Html Css Color HEX #0372FD Dodger Blue

📋 copy color: '#0372FD'

red 3 ◦ green 114 ◦ blue 253

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

Shades of Dodger Blue #0372FD

Tints of Dodger Blue #0372FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 68.38%

R = 0.81%
G = 30.81%
B = 68.38%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0372FD (or 0x0372FD) is known color: Dodger Blue. HEX triplet: 03, 72 and FD. RGB value is (3,114,253). Sum of RGB (Red+Green+Blue) = 3+114+253=370 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 253 (99.22% from 255 or 68.38% from 370); Max value from RGB is 253 - color contains mainly: blue. Hex color #0372FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0372FD is #FC8D02. Grayscale: #5F5F5F. Windows color (decimal): -16551171 or 16609795. OLE color: 16609795.

HSL color Cylindrical-coordinate representation of color #0372FD: hue angle of 213.36º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0372FD is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 3 114 253 -
CMYK 0.99 0.55 0 0.01
HSL 213.36º 0.98% 0.5% -
HSV(B) 213.36º 0.99% 0.99% -
XYZ 23.78 19.15 95.37 -
YUV 96.66 216.23 61.2 -
System Red Green Blue C M Y K H S L
Decimal 3 114 253 0.99 0.55 0 0.01 213.36 0.98 0.5
Hex 3 72 FD 63 37 0 1 D5 62 32
Octal 3 162 375 143 67 0 1 325 142 62
Binary 11 1110010 11111101 1100011 110111 0 1 11010101 1100010 110010

Color Harmonies of #0372FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0372FD

Black with #0372FD

Text Example


Text Example

White with #0372FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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