Html Css Color HEX #0376FC Dodger Blue

📋 copy color: '#0376FC'

red 3 ◦ green 118 ◦ blue 252

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

Shades of Dodger Blue #0376FC

Tints of Dodger Blue #0376FC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.64%

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

R = 0.8%
G = 31.64%
B = 67.56%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0376FC (or 0x0376FC) is known color: Dodger Blue. HEX triplet: 03, 76 and FC. RGB value is (3,118,252). Sum of RGB (Red+Green+Blue) = 3+118+252=373 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 252 (98.83% from 255 or 67.56% from 373); Max value from RGB is 252 - color contains mainly: blue. Hex color #0376FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0376FC is #FC8903. Grayscale: #626262. Windows color (decimal): -16550148 or 16545283. OLE color: 16545283.

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

Color convert

RGB 3 118 252 -
CMYK 0.99 0.53 0 0.01
HSL 212.29º 0.98% 0.5% -
HSV(B) 212.29º 0.99% 0.99% -
XYZ 24.09 20 94.69 -
YUV 98.89 214.4 59.6 -
System Red Green Blue C M Y K H S L
Decimal 3 118 252 0.99 0.53 0 0.01 212.29 0.98 0.5
Hex 3 76 FC 63 35 0 1 D4 62 32
Octal 3 166 374 143 65 0 1 324 142 62
Binary 11 1110110 11111100 1100011 110101 0 1 11010100 1100010 110010

Color Harmonies of #0376FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0376FC

Black with #0376FC

Text Example


Text Example

White with #0376FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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