#1C7BEB

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

Shades of Dodger Blue #1C7BEB

Tints of Dodger Blue #1C7BEB

Color information

#1C7BEB (or 0x1C7BEB) is unknown color: approx Dodger Blue. HEX triplet: 1C, 7B and EB. RGB value is (28,123,235). Sum of RGB (Red+Green+Blue) = 28+123+235=386 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.25% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 235 (92.19% from 255 or 60.88% from 386); Max value from RGB is 235 - color contains mainly: blue. Hex color #1C7BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C7BEB is #E38414. Grayscale: #6A6A6A. Windows color (decimal): -14910485 or 15432476. OLE color: 15432476.

HSL color Cylindrical-coordinate representation of color #1C7BEB: hue angle of 212.46º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C7BEB is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB28123235-
CMYK0.880.4800.08
HSL212.46º83.81%51.57%-
HSV(B)212.46º88.09%92.16%-
XYZ22.5620.4181.35-
YUV107.36200.0371.39-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.25%
GREEN value IS 123 (48.44% from 255) = 31.87%
BLUE value IS 235 (92.19% from 255) = 60.88%
R=7.25%
G=31.87%
B=60.88%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal281232350.880.4800.08212.4683.8151.57
Hex1C7BEB583008d45434
Octal341733531306001032412464
Binary11100111101111101011101100011000001000110101001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,123,235); }

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

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

 a { background-color: rgb(28,123,235); }

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

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

 span { border-color: rgb(28,123,235); }

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