#36A0F8

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

Shades of Dodger Blue #36A0F8

Tints of Dodger Blue #36A0F8

Color information

#36A0F8 (or 0x36A0F8) is unknown color: approx Dodger Blue. HEX triplet: 36, A0 and F8. RGB value is (54,160,248). Sum of RGB (Red+Green+Blue) = 54+160+248=462 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.69% from 462); Green value is 160 (62.89% from 255 or 34.63% from 462); Blue value is 248 (97.27% from 255 or 53.68% from 462); Max value from RGB is 248 - color contains mainly: blue. Hex color #36A0F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #36A0F8 is #C95F07. Grayscale: #898989. Windows color (decimal): -13197064 or 16293942. OLE color: 16293942.

HSL color Cylindrical-coordinate representation of color #36A0F8: hue angle of 207.22º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36A0F8 is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB54160248-
CMYK0.780.3500.03
HSL207.22º93.27%59.22%-
HSV(B)207.22º78.23%97.25%-
XYZ31.0432.793.48-
YUV138.34189.8867.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.69%
GREEN value IS 160 (62.89% from 255) = 34.63%
BLUE value IS 248 (97.27% from 255) = 53.68%
R=11.69%
G=34.63%
B=53.68%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal541602480.780.3500.03207.2293.2759.22
Hex36A0F84E2303cf5d3b
Octal66240370116430331713573
Binary11011010100000111110001001110100011011110011111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36A0F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36A0F8; }

 p { color: rgb(54,160,248); }

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

<style>
 a { background-color: #36A0F8; }

 a { background-color: rgb(54,160,248); }

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

<style>
 span { border-color: #36A0F8; }

 span { border-color: rgb(54,160,248); }

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