Html Css Color HEX #2566DE Royal Blue

📋 copy color: '#2566DE'

red 37 ◦ green 102 ◦ blue 222

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

Shades of Royal Blue #2566DE

Tints of Royal Blue #2566DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 61.5%

R = 10.25%
G = 28.25%
B = 61.5%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2566DE (or 0x2566DE) is known color: Royal Blue. HEX triplet: 25, 66 and DE. RGB value is (37,102,222). Sum of RGB (Red+Green+Blue) = 37+102+222=361 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.25% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 222 (87.11% from 255 or 61.50% from 361); Max value from RGB is 222 - color contains mainly: blue. Hex color #2566DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2566DE is #DA9921. Grayscale: #5F5F5F. Windows color (decimal): -14326050 or 14575141. OLE color: 14575141.

HSL color Cylindrical-coordinate representation of color #2566DE: hue angle of 218.92º 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 #2566DE is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 102 222 -
CMYK 0.83 0.54 0 0.13
HSL 218.92º 0.74% 0.51% -
HSV(B) 218.92º 0.83% 0.87% -
XYZ 18.7 15.17 71.05 -
YUV 96.25 198.97 85.74 -
System Red Green Blue C M Y K H S L
Decimal 37 102 222 0.83 0.54 0 0.13 218.92 0.74 0.51
Hex 25 66 DE 53 36 0 D DB 4A 33
Octal 45 146 336 123 66 0 15 333 112 63
Binary 100101 1100110 11011110 1010011 110110 0 1101 11011011 1001010 110011

Color Harmonies of #2566DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2566DE

Black with #2566DE

Text Example


Text Example

White with #2566DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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