Html Css Color HEX #036CFF Dodger Blue

📋 copy color: '#036CFF'

red 3 ◦ green 108 ◦ blue 255

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

Shades of Dodger Blue #036CFF

Tints of Dodger Blue #036CFF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.51%

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

R = 0.82%
G = 29.51%
B = 69.67%

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

#036CFF (or 0x036CFF) is known color: Dodger Blue. HEX triplet: 03, 6C and FF. RGB value is (3,108,255). Sum of RGB (Red+Green+Blue) = 3+108+255=366 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 255 (100% from 255 or 69.67% from 366); Max value from RGB is 255 - color contains mainly: blue. Hex color #036CFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036CFF is #FC9300. Grayscale: #5C5C5C. Windows color (decimal): -16552705 or 16739331. OLE color: 16739331.

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

Color convert

RGB 3 108 255 -
CMYK 0.99 0.58 0 0
HSL 215º 1% 0.51% -
HSV(B) 215º 0.99% 1% -
XYZ 23.45 17.96 96.84 -
YUV 93.36 219.21 63.55 -
System Red Green Blue C M Y K H S L
Decimal 3 108 255 0.99 0.58 0 0 215 1 0.51
Hex 3 6C FF 63 3A 0 0 D7 64 33
Octal 3 154 377 143 72 0 0 327 144 63
Binary 11 1101100 11111111 1100011 111010 0 0 11010111 1100100 110011

Color Harmonies of #036CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036CFF

Black with #036CFF

Text Example


Text Example

White with #036CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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