Html Css Color HEX #0371FC Dodger Blue

📋 copy color: '#0371FC'

red 3 ◦ green 113 ◦ blue 252

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

Shades of Dodger Blue #0371FC

Tints of Dodger Blue #0371FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 68.48%

R = 0.82%
G = 30.71%
B = 68.48%

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

#0371FC (or 0x0371FC) is known color: Dodger Blue. HEX triplet: 03, 71 and FC. RGB value is (3,113,252). Sum of RGB (Red+Green+Blue) = 3+113+252=368 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 252 (98.83% from 255 or 68.48% from 368); Max value from RGB is 252 - color contains mainly: blue. Hex color #0371FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0371FC is #FC8E03. Grayscale: #5F5F5F. Windows color (decimal): -16551428 or 16544003. OLE color: 16544003.

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

Color convert

RGB 3 113 252 -
CMYK 0.99 0.55 0 0.01
HSL 213.49º 0.98% 0.5% -
HSV(B) 213.49º 0.99% 0.99% -
XYZ 23.51 18.86 94.5 -
YUV 95.96 216.06 61.7 -
System Red Green Blue C M Y K H S L
Decimal 3 113 252 0.99 0.55 0 0.01 213.49 0.98 0.5
Hex 3 71 FC 63 37 0 1 D5 62 32
Octal 3 161 374 143 67 0 1 325 142 62
Binary 11 1110001 11111100 1100011 110111 0 1 11010101 1100010 110010

Color Harmonies of #0371FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0371FC

Black with #0371FC

Text Example


Text Example

White with #0371FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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