Html Css Color HEX #2569FC Royal Blue

📋 copy color: '#2569FC'

red 37 ◦ green 105 ◦ blue 252

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

Shades of Royal Blue #2569FC

Tints of Royal Blue #2569FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63.96%

R = 9.39%
G = 26.65%
B = 63.96%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2569FC (or 0x2569FC) is known color: Royal Blue. HEX triplet: 25, 69 and FC. RGB value is (37,105,252). Sum of RGB (Red+Green+Blue) = 37+105+252=394 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.39% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 252 (98.83% from 255 or 63.96% from 394); Max value from RGB is 252 - color contains mainly: blue. Hex color #2569FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2569FC is #DA9603. Grayscale: #646464. Windows color (decimal): -14325252 or 16541989. OLE color: 16541989.

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

Color convert

RGB 37 105 252 -
CMYK 0.85 0.58 0 0.01
HSL 221.02º 0.97% 0.57% -
HSV(B) 221.02º 0.85% 0.99% -
XYZ 23.39 17.52 94.25 -
YUV 101.43 212.97 82.05 -
System Red Green Blue C M Y K H S L
Decimal 37 105 252 0.85 0.58 0 0.01 221.02 0.97 0.57
Hex 25 69 FC 55 3A 0 1 DD 61 39
Octal 45 151 374 125 72 0 1 335 141 71
Binary 100101 1101001 11111100 1010101 111010 0 1 11011101 1100001 111001

Color Harmonies of #2569FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2569FC

Black with #2569FC

Text Example


Text Example

White with #2569FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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