Html Css Color HEX #2569EC Royal Blue

📋 copy color: '#2569EC'

red 37 ◦ green 105 ◦ blue 236

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

Shades of Royal Blue #2569EC

Tints of Royal Blue #2569EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 62.43%

R = 9.79%
G = 27.78%
B = 62.43%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2569EC (or 0x2569EC) is known color: Royal Blue. HEX triplet: 25, 69 and EC. RGB value is (37,105,236). Sum of RGB (Red+Green+Blue) = 37+105+236=378 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.79% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 236 (92.58% from 255 or 62.43% from 378); Max value from RGB is 236 - color contains mainly: blue. Hex color #2569EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2569EC is #DA9613. Grayscale: #636363. Windows color (decimal): -14325268 or 15493413. OLE color: 15493413.

HSL color Cylindrical-coordinate representation of color #2569EC: hue angle of 219.5º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2569EC is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 105 236 -
CMYK 0.84 0.56 0 0.07
HSL 219.5º 0.84% 0.54% -
HSV(B) 219.5º 0.84% 0.93% -
XYZ 20.95 16.55 81.45 -
YUV 99.6 204.97 83.35 -
System Red Green Blue C M Y K H S L
Decimal 37 105 236 0.84 0.56 0 0.07 219.5 0.84 0.54
Hex 25 69 EC 54 38 0 7 DB 54 36
Octal 45 151 354 124 70 0 7 333 124 66
Binary 100101 1101001 11101100 1010100 111000 0 111 11011011 1010100 110110

Color Harmonies of #2569EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2569EC

Black with #2569EC

Text Example


Text Example

White with #2569EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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