Html Css Color HEX #2569DD Royal Blue

📋 copy color: '#2569DD'

red 37 ◦ green 105 ◦ blue 221

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

Shades of Royal Blue #2569DD

Tints of Royal Blue #2569DD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.93%

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

R = 10.19%
G = 28.93%
B = 60.88%

CMYK

 C value IS 0.83

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2569DD (or 0x2569DD) is known color: Royal Blue. HEX triplet: 25, 69 and DD. RGB value is (37,105,221). Sum of RGB (Red+Green+Blue) = 37+105+221=363 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.19% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #2569DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2569DD is #DA9622. Grayscale: #616161. Windows color (decimal): -14325283 or 14510373. OLE color: 14510373.

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

Color convert

RGB 37 105 221 -
CMYK 0.83 0.52 0 0.13
HSL 217.83º 0.73% 0.51% -
HSV(B) 217.83º 0.83% 0.87% -
XYZ 18.87 15.72 70.45 -
YUV 97.89 197.47 84.57 -
System Red Green Blue C M Y K H S L
Decimal 37 105 221 0.83 0.52 0 0.13 217.83 0.73 0.51
Hex 25 69 DD 53 34 0 D DA 49 33
Octal 45 151 335 123 64 0 15 332 111 63
Binary 100101 1101001 11011101 1010011 110100 0 1101 11011010 1001001 110011

Color Harmonies of #2569DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2569DD

Black with #2569DD

Text Example


Text Example

White with #2569DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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