#2570DC

Color #2570DC Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #2570DC

Tints of Royal Blue #2570DC

Color information

#2570DC (or 0x2570DC) is unknown color: approx Royal Blue. HEX triplet: 25, 70 and DC. RGB value is (37,112,220). Sum of RGB (Red+Green+Blue) = 37+112+220=369 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.03% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #2570DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2570DC is #DA8F23. Grayscale: #656565. Windows color (decimal): -14323492 or 14446629. OLE color: 14446629.

HSL color Cylindrical-coordinate representation of color #2570DC: hue angle of 215.41º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2570DC is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB37112220-
CMYK0.830.4900.14
HSL215.41º72.33%50.39%-
HSV(B)215.41º83.18%86.27%-
XYZ19.4817.1569.99-
YUV101.89194.6581.72-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.03%
GREEN value IS 112 (44.14% from 255) = 30.35%
BLUE value IS 220 (86.33% from 255) = 59.62%
R=10.03%
G=30.35%
B=59.62%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal371122200.830.4900.14215.4172.3350.39
Hex2570DC53310Ed74832
Octal451603341236101632711062
Binary100101111000011011100101001111000101110110101111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2570DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2570DC; }

 p { color: rgb(37,112,220); }

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

<style>
 a { background-color: #2570DC; }

 a { background-color: rgb(37,112,220); }

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

<style>
 span { border-color: #2570DC; }

 span { border-color: rgb(37,112,220); }

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