Html Css Color HEX #36A0F8 Dodger Blue

📋 copy color: '#36A0F8'

red 54 ◦ green 160 ◦ blue 248

#36A0F8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #36A0F8

Tints of Dodger Blue #36A0F8

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 value IS 0.78

 M value IS 0.35

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#36A0F8 (or 0x36A0F8) is known color: 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

RGB 54 160 248 -
CMYK 0.78 0.35 0 0.03
HSL 207.22º 0.93% 0.59% -
HSV(B) 207.22º 0.78% 0.97% -
XYZ 31.04 32.7 93.48 -
YUV 138.34 189.88 67.84 -
System Red Green Blue C M Y K H S L
Decimal 54 160 248 0.78 0.35 0 0.03 207.22 0.93 0.59
Hex 36 A0 F8 4E 23 0 3 CF 5D 3B
Octal 66 240 370 116 43 0 3 317 135 73
Binary 110110 10100000 11111000 1001110 100011 0 11 11001111 1011101 111011

Color Harmonies of #36A0F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36A0F8

Black with #36A0F8

Text Example


Text Example

White with #36A0F8

Text Example


Text Example

HTML Codes & Css Web 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>