#2570EA

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

Shades of Royal Blue #2570EA

Tints of Royal Blue #2570EA

Color information

#2570EA (or 0x2570EA) is unknown color: approx Royal Blue. HEX triplet: 25, 70 and EA. RGB value is (37,112,234). Sum of RGB (Red+Green+Blue) = 37+112+234=383 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.66% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 234 (91.80% from 255 or 61.10% from 383); Max value from RGB is 234 - color contains mainly: blue. Hex color #2570EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2570EA is #DA8F15. Grayscale: #666666. Windows color (decimal): -14323478 or 15364133. OLE color: 15364133.

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

Color convert

RGB37112234-
CMYK0.840.5200.08
HSL217.16º82.43%53.14%-
HSV(B)217.16º84.19%91.76%-
XYZ21.4117.9280.17-
YUV103.48201.6580.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.66%
GREEN value IS 112 (44.14% from 255) = 29.24%
BLUE value IS 234 (91.80% from 255) = 61.10%
R=9.66%
G=29.24%
B=61.10%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal371122340.840.5200.08217.1682.4353.14
Hex2570EA543408d95235
Octal451603521246401033112265
Binary100101111000011101010101010011010001000110110011010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2570EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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