Html Css Color HEX #036DFA Dodger Blue

📋 copy color: '#036DFA'

red 3 ◦ green 109 ◦ blue 250

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

Shades of Dodger Blue #036DFA

Tints of Dodger Blue #036DFA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.11%

 BLUE value IS 250 (98.05% from 255) = 69.06%

R = 0.83%
G = 30.11%
B = 69.06%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#036DFA (or 0x036DFA) is known color: Dodger Blue. HEX triplet: 03, 6D and FA. RGB value is (3,109,250). Sum of RGB (Red+Green+Blue) = 3+109+250=362 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 250 (98.05% from 255 or 69.06% from 362); Max value from RGB is 250 - color contains mainly: blue. Hex color #036DFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036DFA is #FC9205. Grayscale: #5C5C5C. Windows color (decimal): -16552454 or 16411907. OLE color: 16411907.

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

Color convert

RGB 3 109 250 -
CMYK 0.99 0.56 0 0.02
HSL 214.25º 0.98% 0.5% -
HSV(B) 214.25º 0.99% 0.98% -
XYZ 22.76 17.86 92.69 -
YUV 93.38 216.38 63.54 -
System Red Green Blue C M Y K H S L
Decimal 3 109 250 0.99 0.56 0 0.02 214.25 0.98 0.5
Hex 3 6D FA 63 38 0 2 D6 62 32
Octal 3 155 372 143 70 0 2 326 142 62
Binary 11 1101101 11111010 1100011 111000 0 10 11010110 1100010 110010

Color Harmonies of #036DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036DFA

Black with #036DFA

Text Example


Text Example

White with #036DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,109,250); }

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

background-color css

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

 a { background-color: rgb(3,109,250); }

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

border-color css

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

 span { border-color: rgb(3,109,250); }

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