Html Css Color HEX #0372F7 Dodger Blue

📋 copy color: '#0372F7'

red 3 ◦ green 114 ◦ blue 247

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

Shades of Dodger Blue #0372F7

Tints of Dodger Blue #0372F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 67.86%

R = 0.82%
G = 31.32%
B = 67.86%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#0372F7 (or 0x0372F7) is known color: Dodger Blue. HEX triplet: 03, 72 and F7. RGB value is (3,114,247). Sum of RGB (Red+Green+Blue) = 3+114+247=364 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 247 (96.88% from 255 or 67.86% from 364); Max value from RGB is 247 - color contains mainly: blue. Hex color #0372F7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0372F7 is #FC8D08. Grayscale: #5F5F5F. Windows color (decimal): -16551177 or 16216579. OLE color: 16216579.

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

Color convert

RGB 3 114 247 -
CMYK 0.99 0.54 0 0.03
HSL 212.7º 0.98% 0.49% -
HSV(B) 212.7º 0.99% 0.97% -
XYZ 22.84 18.77 90.41 -
YUV 95.97 213.23 61.69 -
System Red Green Blue C M Y K H S L
Decimal 3 114 247 0.99 0.54 0 0.03 212.7 0.98 0.49
Hex 3 72 F7 63 36 0 3 D5 62 31
Octal 3 162 367 143 66 0 3 325 142 61
Binary 11 1110010 11110111 1100011 110110 0 11 11010101 1100010 110001

Color Harmonies of #0372F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0372F7

Black with #0372F7

Text Example


Text Example

White with #0372F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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