Html Css Color HEX #2569FF Royal Blue

📋 copy color: '#2569FF'

red 37 ◦ green 105 ◦ blue 255

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

Shades of Royal Blue #2569FF

Tints of Royal Blue #2569FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 64.23%

R = 9.32%
G = 26.45%
B = 64.23%

CMYK

 C value IS 0.85

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2569FF (or 0x2569FF) is known color: Royal Blue. HEX triplet: 25, 69 and FF. RGB value is (37,105,255). Sum of RGB (Red+Green+Blue) = 37+105+255=397 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.32% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #2569FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2569FF is #DA9600. Grayscale: #656565. Windows color (decimal): -14325249 or 16738597. OLE color: 16738597.

HSL color Cylindrical-coordinate representation of color #2569FF: hue angle of 221.28º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2569FF is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 37 105 255 -
CMYK 0.85 0.59 0 0
HSL 221.28º 1% 0.57% -
HSV(B) 221.28º 0.85% 1% -
XYZ 23.86 17.72 96.77 -
YUV 101.77 214.47 81.8 -
System Red Green Blue C M Y K H S L
Decimal 37 105 255 0.85 0.59 0 0 221.28 1 0.57
Hex 25 69 FF 55 3B 0 0 DD 64 39
Octal 45 151 377 125 73 0 0 335 144 71
Binary 100101 1101001 11111111 1010101 111011 0 0 11011101 1100100 111001

Color Harmonies of #2569FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2569FF

Black with #2569FF

Text Example


Text Example

White with #2569FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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