#308EE9

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

Shades of Dodger Blue #308EE9

Tints of Dodger Blue #308EE9

Color information

#308EE9 (or 0x308EE9) is unknown color: approx Dodger Blue. HEX triplet: 30, 8E and E9. RGB value is (48,142,233). Sum of RGB (Red+Green+Blue) = 48+142+233=423 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.35% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 233 (91.41% from 255 or 55.08% from 423); Max value from RGB is 233 - color contains mainly: blue. Hex color #308EE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #308EE9 is #CF7116. Grayscale: #7B7B7B. Windows color (decimal): -13594903 or 15306288. OLE color: 15306288.

HSL color Cylindrical-coordinate representation of color #308EE9: hue angle of 209.51º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #308EE9 is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB48142233-
CMYK0.790.3900.09
HSL209.51º80.79%55.1%-
HSV(B)209.51º79.4%91.37%-
XYZ25.625.8680.73-
YUV124.27189.3673.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.35%
GREEN value IS 142 (55.86% from 255) = 33.57%
BLUE value IS 233 (91.41% from 255) = 55.08%
R=11.35%
G=33.57%
B=55.08%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal481422330.790.3900.09209.5180.7955.1
Hex308EE94F2709d25137
Octal602163511174701132212167
Binary1100001000111011101001100111110011101001110100101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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