Html Css Color HEX #036BFD Dodger Blue

📋 copy color: '#036BFD'

red 3 ◦ green 107 ◦ blue 253

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

Shades of Dodger Blue #036BFD

Tints of Dodger Blue #036BFD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.48%

 BLUE value IS 253 (99.22% from 255) = 69.7%

R = 0.83%
G = 29.48%
B = 69.7%

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

#036BFD (or 0x036BFD) is known color: Dodger Blue. HEX triplet: 03, 6B and FD. RGB value is (3,107,253). Sum of RGB (Red+Green+Blue) = 3+107+253=363 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 253 (99.22% from 255 or 69.70% from 363); Max value from RGB is 253 - color contains mainly: blue. Hex color #036BFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036BFD is #FC9402. Grayscale: #5B5B5B. Windows color (decimal): -16552963 or 16608003. OLE color: 16608003.

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

Color convert

RGB 3 107 253 -
CMYK 0.99 0.58 0 0.01
HSL 215.04º 0.98% 0.5% -
HSV(B) 215.04º 0.99% 0.99% -
XYZ 23.02 17.63 95.12 -
YUV 92.55 218.54 64.13 -
System Red Green Blue C M Y K H S L
Decimal 3 107 253 0.99 0.58 0 0.01 215.04 0.98 0.5
Hex 3 6B FD 63 3A 0 1 D7 62 32
Octal 3 153 375 143 72 0 1 327 142 62
Binary 11 1101011 11111101 1100011 111010 0 1 11010111 1100010 110010

Color Harmonies of #036BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036BFD

Black with #036BFD

Text Example


Text Example

White with #036BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,107,253); }

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

background-color css

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

 a { background-color: rgb(3,107,253); }

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

border-color css

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

 span { border-color: rgb(3,107,253); }

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