Html Css Color HEX #2570EE Royal Blue

📋 copy color: '#2570EE'

red 37 ◦ green 112 ◦ blue 238

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

Shades of Royal Blue #2570EE

Tints of Royal Blue #2570EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 61.5%

R = 9.56%
G = 28.94%
B = 61.5%

CMYK

 C value IS 0.84

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2570EE (or 0x2570EE) is known color: Royal Blue. HEX triplet: 25, 70 and EE. RGB value is (37,112,238). Sum of RGB (Red+Green+Blue) = 37+112+238=387 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.56% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 238 (93.36% from 255 or 61.50% from 387); Max value from RGB is 238 - color contains mainly: blue. Hex color #2570EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2570EE is #DA8F11. Grayscale: #676767. Windows color (decimal): -14323474 or 15626277. OLE color: 15626277.

HSL color Cylindrical-coordinate representation of color #2570EE: hue angle of 217.61º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2570EE is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 112 238 -
CMYK 0.84 0.53 0 0.07
HSL 217.61º 0.86% 0.54% -
HSV(B) 217.61º 0.84% 0.93% -
XYZ 21.99 18.15 83.23 -
YUV 103.94 203.65 80.25 -
System Red Green Blue C M Y K H S L
Decimal 37 112 238 0.84 0.53 0 0.07 217.61 0.86 0.54
Hex 25 70 EE 54 35 0 7 DA 56 36
Octal 45 160 356 124 65 0 7 332 126 66
Binary 100101 1110000 11101110 1010100 110101 0 111 11011010 1010110 110110

Color Harmonies of #2570EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2570EE

Black with #2570EE

Text Example


Text Example

White with #2570EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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