Html Css Color HEX #036EFA Dodger Blue

📋 copy color: '#036EFA'

red 3 ◦ green 110 ◦ blue 250

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

Shades of Dodger Blue #036EFA

Tints of Dodger Blue #036EFA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.3%

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

R = 0.83%
G = 30.3%
B = 68.87%

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

#036EFA (or 0x036EFA) is known color: Dodger Blue. HEX triplet: 03, 6E and FA. RGB value is (3,110,250). Sum of RGB (Red+Green+Blue) = 3+110+250=363 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 250 (98.05% from 255 or 68.87% from 363); Max value from RGB is 250 - color contains mainly: blue. Hex color #036EFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036EFA is #FC9105. Grayscale: #5D5D5D. Windows color (decimal): -16552198 or 16412163. OLE color: 16412163.

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

Color convert

RGB 3 110 250 -
CMYK 0.99 0.56 0 0.02
HSL 214.01º 0.98% 0.5% -
HSV(B) 214.01º 0.99% 0.98% -
XYZ 22.87 18.07 92.73 -
YUV 93.97 216.05 63.12 -
System Red Green Blue C M Y K H S L
Decimal 3 110 250 0.99 0.56 0 0.02 214.01 0.98 0.5
Hex 3 6E FA 63 38 0 2 D6 62 32
Octal 3 156 372 143 70 0 2 326 142 62
Binary 11 1101110 11111010 1100011 111000 0 10 11010110 1100010 110010

Color Harmonies of #036EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036EFA

Black with #036EFA

Text Example


Text Example

White with #036EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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