Html Css Color HEX #036AFC Dodger Blue

📋 copy color: '#036AFC'

red 3 ◦ green 106 ◦ blue 252

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

Shades of Dodger Blue #036AFC

Tints of Dodger Blue #036AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 69.81%

R = 0.83%
G = 29.36%
B = 69.81%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#036AFC (or 0x036AFC) is known color: Dodger Blue. HEX triplet: 03, 6A and FC. RGB value is (3,106,252). Sum of RGB (Red+Green+Blue) = 3+106+252=361 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 252 (98.83% from 255 or 69.81% from 361); Max value from RGB is 252 - color contains mainly: blue. Hex color #036AFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036AFC is #FC9503. Grayscale: #5B5B5B. Windows color (decimal): -16553220 or 16542211. OLE color: 16542211.

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

Color convert

RGB 3 106 252 -
CMYK 0.99 0.58 0 0.01
HSL 215.18º 0.98% 0.5% -
HSV(B) 215.18º 0.99% 0.99% -
XYZ 22.76 17.36 94.25 -
YUV 91.85 218.38 64.63 -
System Red Green Blue C M Y K H S L
Decimal 3 106 252 0.99 0.58 0 0.01 215.18 0.98 0.5
Hex 3 6A FC 63 3A 0 1 D7 62 32
Octal 3 152 374 143 72 0 1 327 142 62
Binary 11 1101010 11111100 1100011 111010 0 1 11010111 1100010 110010

Color Harmonies of #036AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036AFC

Black with #036AFC

Text Example


Text Example

White with #036AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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