Html Css Color HEX #0372F6 Dodger Blue

📋 copy color: '#0372F6'

red 3 ◦ green 114 ◦ blue 246

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

Shades of Dodger Blue #0372F6

Tints of Dodger Blue #0372F6

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.4%

 BLUE value IS 246 (96.48% from 255) = 67.77%

R = 0.83%
G = 31.4%
B = 67.77%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#0372F6 (or 0x0372F6) is known color: Dodger Blue. HEX triplet: 03, 72 and F6. RGB value is (3,114,246). Sum of RGB (Red+Green+Blue) = 3+114+246=363 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 246 (96.48% from 255 or 67.77% from 363); Max value from RGB is 246 - color contains mainly: blue. Hex color #0372F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0372F6 is #FC8D09. Grayscale: #5F5F5F. Windows color (decimal): -16551178 or 16151043. OLE color: 16151043.

HSL color Cylindrical-coordinate representation of color #0372F6: hue angle of 212.59º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0372F6 is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 3 114 246 -
CMYK 0.99 0.54 0 0.04
HSL 212.59º 0.98% 0.49% -
HSV(B) 212.59º 0.99% 0.96% -
XYZ 22.69 18.71 89.6 -
YUV 95.86 212.73 61.77 -
System Red Green Blue C M Y K H S L
Decimal 3 114 246 0.99 0.54 0 0.04 212.59 0.98 0.49
Hex 3 72 F6 63 36 0 4 D5 62 31
Octal 3 162 366 143 66 0 4 325 142 61
Binary 11 1110010 11110110 1100011 110110 0 100 11010101 1100010 110001

Color Harmonies of #0372F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0372F6

Black with #0372F6

Text Example


Text Example

White with #0372F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0372F6; }

 p { color: rgb(3,114,246); }

 H1.HeaderClassName
 {
   color: #0372F6;
 }
 .AnyTagClassName
 {
   color: #0372F6;
 }
</style>

background-color css

<style>
 a { background-color: #0372F6; }

 a { background-color: rgb(3,114,246); }

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

border-color css

<style>
 span { border-color: #0372F6; }

 span { border-color: rgb(3,114,246); }

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