Html Css Color HEX #036FFC Dodger Blue

📋 copy color: '#036FFC'

red 3 ◦ green 111 ◦ blue 252

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

Shades of Dodger Blue #036FFC

Tints of Dodger Blue #036FFC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.33%

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

R = 0.82%
G = 30.33%
B = 68.85%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#036FFC (or 0x036FFC) is known color: Dodger Blue. HEX triplet: 03, 6F and FC. RGB value is (3,111,252). Sum of RGB (Red+Green+Blue) = 3+111+252=366 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 252 (98.83% from 255 or 68.85% from 366); Max value from RGB is 252 - color contains mainly: blue. Hex color #036FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036FFC is #FC9003. Grayscale: #5E5E5E. Windows color (decimal): -16551940 or 16543491. OLE color: 16543491.

HSL color Cylindrical-coordinate representation of color #036FFC: hue angle of 213.98º 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 #036FFC is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 3 111 252 -
CMYK 0.99 0.56 0 0.01
HSL 213.98º 0.98% 0.5% -
HSV(B) 213.98º 0.99% 0.99% -
XYZ 23.29 18.42 94.42 -
YUV 94.78 216.72 62.54 -
System Red Green Blue C M Y K H S L
Decimal 3 111 252 0.99 0.56 0 0.01 213.98 0.98 0.5
Hex 3 6F FC 63 38 0 1 D6 62 32
Octal 3 157 374 143 70 0 1 326 142 62
Binary 11 1101111 11111100 1100011 111000 0 1 11010110 1100010 110010

Color Harmonies of #036FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036FFC

Black with #036FFC

Text Example


Text Example

White with #036FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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