#308EE6

Color #308EE6 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #308EE6

Tints of Dodger Blue #308EE6

Color information

#308EE6 (or 0x308EE6) is unknown color: approx Dodger Blue. HEX triplet: 30, 8E and E6. RGB value is (48,142,230). Sum of RGB (Red+Green+Blue) = 48+142+230=420 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.43% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 230 (90.23% from 255 or 54.76% from 420); Max value from RGB is 230 - color contains mainly: blue. Hex color #308EE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #308EE6 is #CF7119. Grayscale: #7B7B7B. Windows color (decimal): -13594906 or 15109680. OLE color: 15109680.

HSL color Cylindrical-coordinate representation of color #308EE6: hue angle of 209.01º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #308EE6 is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB48142230-
CMYK0.790.3800.10
HSL209.01º78.45%54.51%-
HSV(B)209.01º79.13%90.2%-
XYZ25.1725.6978.49-
YUV123.93187.8673.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 11.43%
GREEN value IS 142 (55.86% from 255) = 33.81%
BLUE value IS 230 (90.23% from 255) = 54.76%
R=11.43%
G=33.81%
B=54.76%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal481422300.790.3800.10209.0178.4554.51
Hex308EE64F260Ad14e37
Octal602163461174601232111667
Binary1100001000111011100110100111110011001010110100011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308EE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308EE6; }

 p { color: rgb(48,142,230); }

 H1.HeaderClassName
 {
   color: #308EE6;
 }
 .AnyTagClassName
 {
   color: #308EE6;
 }
</style>
background-color css

<style>
 a { background-color: #308EE6; }

 a { background-color: rgb(48,142,230); }

 div.DivClassName
 {
   background-color: #308EE6;
 }
 .BgClassName
 {
   background-color: #308EE6;
 }
</style>
border-color css

<style>
 span { border-color: #308EE6; }

 span { border-color: rgb(48,142,230); }

 td.TdClassName
 {
   border-color: #308EE6;
 }
 .TagClassName
 {
   border-color: #308EE6;
 }
</style>