Html Css Color HEX #0377FB Dodger Blue

📋 copy color: '#0377FB'

red 3 ◦ green 119 ◦ blue 251

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

Shades of Dodger Blue #0377FB

Tints of Dodger Blue #0377FB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.9%

 BLUE value IS 251 (98.44% from 255) = 67.29%

R = 0.8%
G = 31.9%
B = 67.29%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0377FB (or 0x0377FB) is known color: Dodger Blue. HEX triplet: 03, 77 and FB. RGB value is (3,119,251). Sum of RGB (Red+Green+Blue) = 3+119+251=373 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 251 (98.44% from 255 or 67.29% from 373); Max value from RGB is 251 - color contains mainly: blue. Hex color #0377FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0377FB is #FC8804. Grayscale: #626262. Windows color (decimal): -16549893 or 16480003. OLE color: 16480003.

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

Color convert

RGB 3 119 251 -
CMYK 0.99 0.53 0 0.02
HSL 211.94º 0.98% 0.5% -
HSV(B) 211.94º 0.99% 0.98% -
XYZ 24.05 20.18 93.89 -
YUV 99.36 213.57 59.27 -
System Red Green Blue C M Y K H S L
Decimal 3 119 251 0.99 0.53 0 0.02 211.94 0.98 0.5
Hex 3 77 FB 63 35 0 2 D4 62 32
Octal 3 167 373 143 65 0 2 324 142 62
Binary 11 1110111 11111011 1100011 110101 0 10 11010100 1100010 110010

Color Harmonies of #0377FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0377FB

Black with #0377FB

Text Example


Text Example

White with #0377FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0377FB; }

 p { color: rgb(3,119,251); }

 H1.HeaderClassName
 {
   color: #0377FB;
 }
 .AnyTagClassName
 {
   color: #0377FB;
 }
</style>

background-color css

<style>
 a { background-color: #0377FB; }

 a { background-color: rgb(3,119,251); }

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

border-color css

<style>
 span { border-color: #0377FB; }

 span { border-color: rgb(3,119,251); }

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