Html Css Color HEX #2566DD Royal Blue

📋 copy color: '#2566DD'

red 37 ◦ green 102 ◦ blue 221

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

Shades of Royal Blue #2566DD

Tints of Royal Blue #2566DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 61.39%

R = 10.28%
G = 28.33%
B = 61.39%

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

#2566DD (or 0x2566DD) is known color: Royal Blue. HEX triplet: 25, 66 and DD. RGB value is (37,102,221). Sum of RGB (Red+Green+Blue) = 37+102+221=360 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.28% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 221 (86.72% from 255 or 61.39% from 360); Max value from RGB is 221 - color contains mainly: blue. Hex color #2566DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2566DD is #DA9922. Grayscale: #5F5F5F. Windows color (decimal): -14326051 or 14509605. OLE color: 14509605.

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

Color convert

RGB 37 102 221 -
CMYK 0.83 0.54 0 0.13
HSL 218.8º 0.73% 0.51% -
HSV(B) 218.8º 0.83% 0.87% -
XYZ 18.57 15.12 70.35 -
YUV 96.13 198.47 85.82 -
System Red Green Blue C M Y K H S L
Decimal 37 102 221 0.83 0.54 0 0.13 218.8 0.73 0.51
Hex 25 66 DD 53 36 0 D DB 49 33
Octal 45 146 335 123 66 0 15 333 111 63
Binary 100101 1100110 11011101 1010011 110110 0 1101 11011011 1001001 110011

Color Harmonies of #2566DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2566DD

Black with #2566DD

Text Example


Text Example

White with #2566DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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