Html Css Color HEX #2570EF Royal Blue

📋 copy color: '#2570EF'

red 37 ◦ green 112 ◦ blue 239

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

Shades of Royal Blue #2570EF

Tints of Royal Blue #2570EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 61.6%

R = 9.54%
G = 28.87%
B = 61.6%

CMYK

 C value IS 0.85

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2570EF (or 0x2570EF) is known color: Royal Blue. HEX triplet: 25, 70 and EF. RGB value is (37,112,239). Sum of RGB (Red+Green+Blue) = 37+112+239=388 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.54% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 239 (93.75% from 255 or 61.60% from 388); Max value from RGB is 239 - color contains mainly: blue. Hex color #2570EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2570EF is #DA8F10. Grayscale: #676767. Windows color (decimal): -14323473 or 15691813. OLE color: 15691813.

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

Color convert

RGB 37 112 239 -
CMYK 0.85 0.53 0 0.06
HSL 217.72º 0.86% 0.54% -
HSV(B) 217.72º 0.85% 0.94% -
XYZ 22.14 18.21 84.01 -
YUV 104.05 204.15 80.17 -
System Red Green Blue C M Y K H S L
Decimal 37 112 239 0.85 0.53 0 0.06 217.72 0.86 0.54
Hex 25 70 EF 55 35 0 6 DA 56 36
Octal 45 160 357 125 65 0 6 332 126 66
Binary 100101 1110000 11101111 1010101 110101 0 110 11011010 1010110 110110

Color Harmonies of #2570EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2570EF

Black with #2570EF

Text Example


Text Example

White with #2570EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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