Html Css Color HEX #0371FD Dodger Blue

📋 copy color: '#0371FD'

red 3 ◦ green 113 ◦ blue 253

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

Shades of Dodger Blue #0371FD

Tints of Dodger Blue #0371FD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.62%

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

R = 0.81%
G = 30.62%
B = 68.56%

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

#0371FD (or 0x0371FD) is known color: Dodger Blue. HEX triplet: 03, 71 and FD. RGB value is (3,113,253). Sum of RGB (Red+Green+Blue) = 3+113+253=369 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 253 (99.22% from 255 or 68.56% from 369); Max value from RGB is 253 - color contains mainly: blue. Hex color #0371FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0371FD is #FC8E02. Grayscale: #5F5F5F. Windows color (decimal): -16551427 or 16609539. OLE color: 16609539.

HSL color Cylindrical-coordinate representation of color #0371FD: hue angle of 213.6º 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 #0371FD is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 3 113 253 -
CMYK 0.99 0.55 0 0.01
HSL 213.6º 0.98% 0.5% -
HSV(B) 213.6º 0.99% 0.99% -
XYZ 23.67 18.92 95.33 -
YUV 96.07 216.56 61.62 -
System Red Green Blue C M Y K H S L
Decimal 3 113 253 0.99 0.55 0 0.01 213.6 0.98 0.5
Hex 3 71 FD 63 37 0 1 D6 62 32
Octal 3 161 375 143 67 0 1 326 142 62
Binary 11 1110001 11111101 1100011 110111 0 1 11010110 1100010 110010

Color Harmonies of #0371FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0371FD

Black with #0371FD

Text Example


Text Example

White with #0371FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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