Html Css Color HEX #036FFF Dodger Blue

📋 copy color: '#036FFF'

red 3 ◦ green 111 ◦ blue 255

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

Shades of Dodger Blue #036FFF

Tints of Dodger Blue #036FFF

RGB

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

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

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

R = 0.81%
G = 30.08%
B = 69.11%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#036FFF (or 0x036FFF) is known color: Dodger Blue. HEX triplet: 03, 6F and FF. RGB value is (3,111,255). Sum of RGB (Red+Green+Blue) = 3+111+255=369 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 255 (100% from 255 or 69.11% from 369); Max value from RGB is 255 - color contains mainly: blue. Hex color #036FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036FFF is #FC9000. Grayscale: #5E5E5E. Windows color (decimal): -16551937 or 16740099. OLE color: 16740099.

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

Color convert

RGB 3 111 255 -
CMYK 0.99 0.56 0 0
HSL 214.29º 1% 0.51% -
HSV(B) 214.29º 0.99% 1% -
XYZ 23.77 18.61 96.95 -
YUV 95.12 218.22 62.29 -
System Red Green Blue C M Y K H S L
Decimal 3 111 255 0.99 0.56 0 0 214.29 1 0.51
Hex 3 6F FF 63 38 0 0 D6 64 33
Octal 3 157 377 143 70 0 0 326 144 63
Binary 11 1101111 11111111 1100011 111000 0 0 11010110 1100100 110011

Color Harmonies of #036FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036FFF

Black with #036FFF

Text Example


Text Example

White with #036FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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