Html Css Color HEX #2570DF Royal Blue

📋 copy color: '#2570DF'

red 37 ◦ green 112 ◦ blue 223

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

Shades of Royal Blue #2570DF

Tints of Royal Blue #2570DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.95%

R = 9.95%
G = 30.11%
B = 59.95%

CMYK

 C value IS 0.83

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2570DF (or 0x2570DF) is known color: Royal Blue. HEX triplet: 25, 70 and DF. RGB value is (37,112,223). Sum of RGB (Red+Green+Blue) = 37+112+223=372 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.95% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 223 (87.5% from 255 or 59.95% from 372); Max value from RGB is 223 - color contains mainly: blue. Hex color #2570DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2570DF is #DA8F20. Grayscale: #656565. Windows color (decimal): -14323489 or 14643237. OLE color: 14643237.

HSL color Cylindrical-coordinate representation of color #2570DF: hue angle of 215.81º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2570DF is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 112 223 -
CMYK 0.83 0.50 0 0.13
HSL 215.81º 0.74% 0.51% -
HSV(B) 215.81º 0.83% 0.87% -
XYZ 19.88 17.31 72.11 -
YUV 102.23 196.15 81.47 -
System Red Green Blue C M Y K H S L
Decimal 37 112 223 0.83 0.50 0 0.13 215.81 0.74 0.51
Hex 25 70 DF 53 32 0 D D8 4A 33
Octal 45 160 337 123 62 0 15 330 112 63
Binary 100101 1110000 11011111 1010011 110010 0 1101 11011000 1001010 110011

Color Harmonies of #2570DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2570DF

Black with #2570DF

Text Example


Text Example

White with #2570DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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