Html Css Color HEX #36A6FF Dodger Blue

📋 copy color: '#36A6FF'

red 54 ◦ green 166 ◦ blue 255

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

Shades of Dodger Blue #36A6FF

Tints of Dodger Blue #36A6FF

RGB

 RED value IS 54 (21.48% from 255) = 11.37%

 GREEN value IS 166 (65.23% from 255) = 34.95%

 BLUE value IS 255 (100% from 255) = 53.68%

R = 11.37%
G = 34.95%
B = 53.68%

CMYK

 C value IS 0.79

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#36A6FF (or 0x36A6FF) is known color: Dodger Blue. HEX triplet: 36, A6 and FF. RGB value is (54,166,255). Sum of RGB (Red+Green+Blue) = 54+166+255=475 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.37% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #36A6FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #36A6FF is #C95900. Grayscale: #8E8E8E. Windows color (decimal): -13195521 or 16754230. OLE color: 16754230.

HSL color Cylindrical-coordinate representation of color #36A6FF: hue angle of 206.57º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36A6FF is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 54 166 255 -
CMYK 0.79 0.35 0 0
HSL 206.57º 1% 0.61% -
HSV(B) 206.57º 0.79% 1% -
XYZ 33.21 35.28 99.67 -
YUV 142.66 191.39 64.76 -
System Red Green Blue C M Y K H S L
Decimal 54 166 255 0.79 0.35 0 0 206.57 1 0.61
Hex 36 A6 FF 4F 23 0 0 CF 64 3D
Octal 66 246 377 117 43 0 0 317 144 75
Binary 110110 10100110 11111111 1001111 100011 0 0 11001111 1100100 111101

Color Harmonies of #36A6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36A6FF

Black with #36A6FF

Text Example


Text Example

White with #36A6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,166,255); }

 H1.HeaderClassName
 {
   color: #36A6FF;
 }
 .AnyTagClassName
 {
   color: #36A6FF;
 }
</style>

background-color css

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

 a { background-color: rgb(54,166,255); }

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

border-color css

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

 span { border-color: rgb(54,166,255); }

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