Html Css Color HEX #036AFF Dodger Blue

📋 copy color: '#036AFF'

red 3 ◦ green 106 ◦ blue 255

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

Shades of Dodger Blue #036AFF

Tints of Dodger Blue #036AFF

RGB

 RED value IS 3 (1.56% from 255) = 0.82%

 GREEN value IS 106 (41.8% from 255) = 29.12%

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

R = 0.82%
G = 29.12%
B = 70.05%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#036AFF (or 0x036AFF) is known color: Dodger Blue. HEX triplet: 03, 6A and FF. RGB value is (3,106,255). Sum of RGB (Red+Green+Blue) = 3+106+255=364 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 255 (100% from 255 or 70.05% from 364); Max value from RGB is 255 - color contains mainly: blue. Hex color #036AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036AFF is #FC9500. Grayscale: #5B5B5B. Windows color (decimal): -16553217 or 16738819. OLE color: 16738819.

HSL color Cylindrical-coordinate representation of color #036AFF: hue angle of 215.48º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036AFF is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 3 106 255 -
CMYK 0.99 0.58 0 0
HSL 215.48º 1% 0.51% -
HSV(B) 215.48º 0.99% 1% -
XYZ 23.24 17.55 96.77 -
YUV 92.19 219.88 64.38 -
System Red Green Blue C M Y K H S L
Decimal 3 106 255 0.99 0.58 0 0 215.48 1 0.51
Hex 3 6A FF 63 3A 0 0 D7 64 33
Octal 3 152 377 143 72 0 0 327 144 63
Binary 11 1101010 11111111 1100011 111010 0 0 11010111 1100100 110011

Color Harmonies of #036AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036AFF

Black with #036AFF

Text Example


Text Example

White with #036AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036AFF; }

 p { color: rgb(3,106,255); }

 H1.HeaderClassName
 {
   color: #036AFF;
 }
 .AnyTagClassName
 {
   color: #036AFF;
 }
</style>

background-color css

<style>
 a { background-color: #036AFF; }

 a { background-color: rgb(3,106,255); }

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

border-color css

<style>
 span { border-color: #036AFF; }

 span { border-color: rgb(3,106,255); }

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