#0277FC

Color #0277FC Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #0277FC

Tints of Dodger Blue #0277FC

Color information

#0277FC (or 0x0277FC) is unknown color: approx Dodger Blue. HEX triplet: 02, 77 and FC. RGB value is (2,119,252). Sum of RGB (Red+Green+Blue) = 2+119+252=373 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 373); Green value is 119 (46.88% from 255 or 31.90% 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 #0277FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0277FC is #FD8803. Grayscale: #626262. Windows color (decimal): -16615428 or 16545538. OLE color: 16545538.

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

Color convert

RGB2119252-
CMYK0.990.5300.01
HSL211.92º98.43%49.8%-
HSV(B)211.92º99.21%98.82%-
XYZ24.1920.2394.73-
YUV99.18214.2458.69-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.54%
GREEN value IS 119 (46.88% from 255) = 31.90%
BLUE value IS 252 (98.83% from 255) = 67.56%
R=0.54%
G=31.90%
B=67.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal21192520.990.5300.01211.9298.4349.8
Hex277FC633501d46232
Octal2167374143650132414262
Binary10111011111111100110001111010101110101001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0277FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,119,252); }

 H1.HeaderClassName
 {
   color: #0277FC;
 }
 .AnyTagClassName
 {
   color: #0277FC;
 }
</style>
background-color css

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

 a { background-color: rgb(2,119,252); }

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

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

 span { border-color: rgb(2,119,252); }

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