Html Css Color HEX #037AFF Dodger Blue

📋 copy color: '#037AFF'

red 3 ◦ green 122 ◦ blue 255

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

Shades of Dodger Blue #037AFF

Tints of Dodger Blue #037AFF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.11%

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

R = 0.79%
G = 32.11%
B = 67.11%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#037AFF (or 0x037AFF) is known color: Dodger Blue. HEX triplet: 03, 7A and FF. RGB value is (3,122,255). Sum of RGB (Red+Green+Blue) = 3+122+255=380 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 255 (100% from 255 or 67.11% from 380); Max value from RGB is 255 - color contains mainly: blue. Hex color #037AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #037AFF is #FC8500. Grayscale: #646464. Windows color (decimal): -16549121 or 16742915. OLE color: 16742915.

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

Color convert

RGB 3 122 255 -
CMYK 0.99 0.52 0 0
HSL 211.67º 1% 0.51% -
HSV(B) 211.67º 0.99% 1% -
XYZ 25.05 21.16 97.37 -
YUV 101.58 214.58 57.69 -
System Red Green Blue C M Y K H S L
Decimal 3 122 255 0.99 0.52 0 0 211.67 1 0.51
Hex 3 7A FF 63 34 0 0 D4 64 33
Octal 3 172 377 143 64 0 0 324 144 63
Binary 11 1111010 11111111 1100011 110100 0 0 11010100 1100100 110011

Color Harmonies of #037AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037AFF

Black with #037AFF

Text Example


Text Example

White with #037AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037AFF; }

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

 H1.HeaderClassName
 {
   color: #037AFF;
 }
 .AnyTagClassName
 {
   color: #037AFF;
 }
</style>

background-color css

<style>
 a { background-color: #037AFF; }

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

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

border-color css

<style>
 span { border-color: #037AFF; }

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

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