Html Css Color HEX #2570DA Royal Blue

📋 copy color: '#2570DA'

red 37 ◦ green 112 ◦ blue 218

#2570DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #2570DA

Tints of Royal Blue #2570DA

RGB

 RED value IS 37 (14.84% from 255) = 10.08%

 GREEN value IS 112 (44.14% from 255) = 30.52%

 BLUE value IS 218 (85.55% from 255) = 59.4%

R = 10.08%
G = 30.52%
B = 59.4%

CMYK

 C value IS 0.83

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2570DA (or 0x2570DA) is known color: Royal Blue. HEX triplet: 25, 70 and DA. RGB value is (37,112,218). Sum of RGB (Red+Green+Blue) = 37+112+218=367 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.08% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 218 (85.55% from 255 or 59.40% from 367); Max value from RGB is 218 - color contains mainly: blue. Hex color #2570DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2570DA is #DA8F25. Grayscale: #656565. Windows color (decimal): -14323494 or 14315557. OLE color: 14315557.

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

Color convert

RGB 37 112 218 -
CMYK 0.83 0.49 0 0.15
HSL 215.14º 0.71% 0.5% -
HSV(B) 215.14º 0.83% 0.85% -
XYZ 19.21 17.04 68.61 -
YUV 101.66 193.65 81.88 -
System Red Green Blue C M Y K H S L
Decimal 37 112 218 0.83 0.49 0 0.15 215.14 0.71 0.5
Hex 25 70 DA 53 31 0 F D7 47 32
Octal 45 160 332 123 61 0 17 327 107 62
Binary 100101 1110000 11011010 1010011 110001 0 1111 11010111 1000111 110010

Color Harmonies of #2570DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2570DA

Black with #2570DA

Text Example


Text Example

White with #2570DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2570DA;
 }
 .AnyTagClassName
 {
   color: #2570DA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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