Html Css Color HEX #2566E0 Royal Blue

📋 copy color: '#2566E0'

red 37 ◦ green 102 ◦ blue 224

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

Shades of Royal Blue #2566E0

Tints of Royal Blue #2566E0

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.1%

 BLUE value IS 224 (87.89% from 255) = 61.71%

R = 10.19%
G = 28.1%
B = 61.71%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2566E0 (or 0x2566E0) is known color: Royal Blue. HEX triplet: 25, 66 and E0. RGB value is (37,102,224). Sum of RGB (Red+Green+Blue) = 37+102+224=363 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.19% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 224 (87.89% from 255 or 61.71% from 363); Max value from RGB is 224 - color contains mainly: blue. Hex color #2566E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2566E0 is #DA991F. Grayscale: #5F5F5F. Windows color (decimal): -14326048 or 14706213. OLE color: 14706213.

HSL color Cylindrical-coordinate representation of color #2566E0: hue angle of 219.14º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2566E0 is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 37 102 224 -
CMYK 0.83 0.54 0 0.12
HSL 219.14º 0.75% 0.51% -
HSV(B) 219.14º 0.83% 0.88% -
XYZ 18.97 15.28 72.47 -
YUV 96.47 199.97 85.58 -
System Red Green Blue C M Y K H S L
Decimal 37 102 224 0.83 0.54 0 0.12 219.14 0.75 0.51
Hex 25 66 E0 53 36 0 C DB 4B 33
Octal 45 146 340 123 66 0 14 333 113 63
Binary 100101 1100110 11100000 1010011 110110 0 1100 11011011 1001011 110011

Color Harmonies of #2566E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2566E0

Black with #2566E0

Text Example


Text Example

White with #2566E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2566E0; }

 p { color: rgb(37,102,224); }

 H1.HeaderClassName
 {
   color: #2566E0;
 }
 .AnyTagClassName
 {
   color: #2566E0;
 }
</style>

background-color css

<style>
 a { background-color: #2566E0; }

 a { background-color: rgb(37,102,224); }

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

border-color css

<style>
 span { border-color: #2566E0; }

 span { border-color: rgb(37,102,224); }

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