Html Css Color HEX #2566EF Royal Blue

📋 copy color: '#2566EF'

red 37 ◦ green 102 ◦ blue 239

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

Shades of Royal Blue #2566EF

Tints of Royal Blue #2566EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 63.23%

R = 9.79%
G = 26.98%
B = 63.23%

CMYK

 C value IS 0.85

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2566EF (or 0x2566EF) is known color: Royal Blue. HEX triplet: 25, 66 and EF. RGB value is (37,102,239). Sum of RGB (Red+Green+Blue) = 37+102+239=378 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.79% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 239 (93.75% from 255 or 63.23% from 378); Max value from RGB is 239 - color contains mainly: blue. Hex color #2566EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2566EF is #DA9910. Grayscale: #616161. Windows color (decimal): -14326033 or 15689253. OLE color: 15689253.

HSL color Cylindrical-coordinate representation of color #2566EF: hue angle of 220.69º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2566EF is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 37 102 239 -
CMYK 0.85 0.57 0 0.06
HSL 220.69º 0.86% 0.54% -
HSV(B) 220.69º 0.85% 0.94% -
XYZ 21.09 16.13 83.66 -
YUV 98.18 207.47 84.36 -
System Red Green Blue C M Y K H S L
Decimal 37 102 239 0.85 0.57 0 0.06 220.69 0.86 0.54
Hex 25 66 EF 55 39 0 6 DD 56 36
Octal 45 146 357 125 71 0 6 335 126 66
Binary 100101 1100110 11101111 1010101 111001 0 110 11011101 1010110 110110

Color Harmonies of #2566EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2566EF

Black with #2566EF

Text Example


Text Example

White with #2566EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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