#1C77FA

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

Shades of Dodger Blue #1C77FA

Tints of Dodger Blue #1C77FA

Color information

#1C77FA (or 0x1C77FA) is unknown color: approx Dodger Blue. HEX triplet: 1C, 77 and FA. RGB value is (28,119,250). Sum of RGB (Red+Green+Blue) = 28+119+250=397 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.05% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 250 (98.05% from 255 or 62.97% from 397); Max value from RGB is 250 - color contains mainly: blue. Hex color #1C77FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C77FA is #E38805. Grayscale: #6A6A6A. Windows color (decimal): -14911494 or 16414492. OLE color: 16414492.

HSL color Cylindrical-coordinate representation of color #1C77FA: hue angle of 215.41º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C77FA is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB28119250-
CMYK0.890.5200.02
HSL215.41º95.69%54.51%-
HSV(B)215.41º88.8%98.04%-
XYZ24.3320.3493.09-
YUV106.72208.8571.85-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.05%
GREEN value IS 119 (46.88% from 255) = 29.97%
BLUE value IS 250 (98.05% from 255) = 62.97%
R=7.05%
G=29.97%
B=62.97%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal281192500.890.5200.02215.4195.6954.51
Hex1C77FA593402d76037
Octal34167372131640232714067
Binary111001110111111110101011001110100010110101111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C77FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C77FA; }

 p { color: rgb(28,119,250); }

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

<style>
 a { background-color: #1C77FA; }

 a { background-color: rgb(28,119,250); }

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

<style>
 span { border-color: #1C77FA; }

 span { border-color: rgb(28,119,250); }

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