Html Css Color HEX #2566D7 Royal Blue

📋 copy color: '#2566D7'

red 37 ◦ green 102 ◦ blue 215

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

Shades of Royal Blue #2566D7

Tints of Royal Blue #2566D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 60.73%

R = 10.45%
G = 28.81%
B = 60.73%

CMYK

 C value IS 0.83

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2566D7 (or 0x2566D7) is known color: Royal Blue. HEX triplet: 25, 66 and D7. RGB value is (37,102,215). Sum of RGB (Red+Green+Blue) = 37+102+215=354 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.45% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 215 (84.38% from 255 or 60.73% from 354); Max value from RGB is 215 - color contains mainly: blue. Hex color #2566D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2566D7 is #DA9928. Grayscale: #5E5E5E. Windows color (decimal): -14326057 or 14116389. OLE color: 14116389.

HSL color Cylindrical-coordinate representation of color #2566D7: hue angle of 218.09º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2566D7 is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 37 102 215 -
CMYK 0.83 0.53 0 0.16
HSL 218.09º 0.71% 0.49% -
HSV(B) 218.09º 0.83% 0.84% -
XYZ 17.78 14.8 66.21 -
YUV 95.45 195.47 86.31 -
System Red Green Blue C M Y K H S L
Decimal 37 102 215 0.83 0.53 0 0.16 218.09 0.71 0.49
Hex 25 66 D7 53 35 0 10 DA 47 31
Octal 45 146 327 123 65 0 20 332 107 61
Binary 100101 1100110 11010111 1010011 110101 0 10000 11011010 1000111 110001

Color Harmonies of #2566D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2566D7

Black with #2566D7

Text Example


Text Example

White with #2566D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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