Html Css Color HEX #036FFA Dodger Blue

📋 copy color: '#036FFA'

red 3 ◦ green 111 ◦ blue 250

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

Shades of Dodger Blue #036FFA

Tints of Dodger Blue #036FFA

RGB

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

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

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

R = 0.82%
G = 30.49%
B = 68.68%

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

#036FFA (or 0x036FFA) is known color: Dodger Blue. HEX triplet: 03, 6F and FA. RGB value is (3,111,250). Sum of RGB (Red+Green+Blue) = 3+111+250=364 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 250 (98.05% from 255 or 68.68% from 364); Max value from RGB is 250 - color contains mainly: blue. Hex color #036FFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036FFA is #FC9005. Grayscale: #5D5D5D. Windows color (decimal): -16551942 or 16412419. OLE color: 16412419.

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

Color convert

RGB 3 111 250 -
CMYK 0.99 0.56 0 0.02
HSL 213.77º 0.98% 0.5% -
HSV(B) 213.77º 0.99% 0.98% -
XYZ 22.98 18.29 92.76 -
YUV 94.55 215.72 62.7 -
System Red Green Blue C M Y K H S L
Decimal 3 111 250 0.99 0.56 0 0.02 213.77 0.98 0.5
Hex 3 6F FA 63 38 0 2 D6 62 32
Octal 3 157 372 143 70 0 2 326 142 62
Binary 11 1101111 11111010 1100011 111000 0 10 11010110 1100010 110010

Color Harmonies of #036FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036FFA

Black with #036FFA

Text Example


Text Example

White with #036FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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