#1C72F3

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

Shades of Dodger Blue #1C72F3

Tints of Dodger Blue #1C72F3

Color information

#1C72F3 (or 0x1C72F3) is unknown color: approx Dodger Blue. HEX triplet: 1C, 72 and F3. RGB value is (28,114,243). Sum of RGB (Red+Green+Blue) = 28+114+243=385 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.27% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 243 (95.31% from 255 or 63.12% from 385); Max value from RGB is 243 - color contains mainly: blue. Hex color #1C72F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C72F3 is #E38D0C. Grayscale: #666666. Windows color (decimal): -14912781 or 15954460. OLE color: 15954460.

HSL color Cylindrical-coordinate representation of color #1C72F3: hue angle of 216º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C72F3 is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB28114243-
CMYK0.880.5300.05
HSL216º89.96%53.14%-
HSV(B)216º88.48%95.29%-
XYZ22.6718.7587.22-
YUV102.99207.0174.51-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.27%
GREEN value IS 114 (44.92% from 255) = 29.61%
BLUE value IS 243 (95.31% from 255) = 63.12%
R=7.27%
G=29.61%
B=63.12%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal281142430.880.5300.0521689.9653.14
Hex1C72F3583505d85a35
Octal34162363130650533013265
Binary1110011100101111001110110001101010101110110001011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C72F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,114,243); }

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

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

 a { background-color: rgb(28,114,243); }

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

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

 span { border-color: rgb(28,114,243); }

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