#30A9FE

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

Shades of Dodger Blue #30A9FE

Tints of Dodger Blue #30A9FE

Color information

#30A9FE (or 0x30A9FE) is unknown color: approx Dodger Blue. HEX triplet: 30, A9 and FE. RGB value is (48,169,254). Sum of RGB (Red+Green+Blue) = 48+169+254=471 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.19% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #30A9FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30A9FE is #CF5601. Grayscale: #8E8E8E. Windows color (decimal): -13587970 or 16689456. OLE color: 16689456.

HSL color Cylindrical-coordinate representation of color #30A9FE: hue angle of 204.76º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30A9FE is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB48169254-
CMYK0.810.3300.00
HSL204.76º99.04%59.22%-
HSV(B)204.76º81.1%99.61%-
XYZ33.336.1698.99-
YUV142.51190.9160.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.19%
GREEN value IS 169 (66.41% from 255) = 35.88%
BLUE value IS 254 (99.61% from 255) = 53.93%
R=10.19%
G=35.88%
B=53.93%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal481692540.810.3300.00204.7699.0459.22
Hex30A9FE512100cd633b
Octal60251376121410031514373
Binary1100001010100111111110101000110000100110011011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30A9FE; }

 p { color: rgb(48,169,254); }

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

<style>
 a { background-color: #30A9FE; }

 a { background-color: rgb(48,169,254); }

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

<style>
 span { border-color: #30A9FE; }

 span { border-color: rgb(48,169,254); }

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