Html Css Color HEX #2566DB Royal Blue

📋 copy color: '#2566DB'

red 37 ◦ green 102 ◦ blue 219

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

Shades of Royal Blue #2566DB

Tints of Royal Blue #2566DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 61.17%

R = 10.34%
G = 28.49%
B = 61.17%

CMYK

 C value IS 0.83

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2566DB (or 0x2566DB) is known color: Royal Blue. HEX triplet: 25, 66 and DB. RGB value is (37,102,219). Sum of RGB (Red+Green+Blue) = 37+102+219=358 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.34% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 219 (85.94% from 255 or 61.17% from 358); Max value from RGB is 219 - color contains mainly: blue. Hex color #2566DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2566DB is #DA9924. Grayscale: #5F5F5F. Windows color (decimal): -14326053 or 14378533. OLE color: 14378533.

HSL color Cylindrical-coordinate representation of color #2566DB: hue angle of 218.57º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2566DB is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 102 219 -
CMYK 0.83 0.53 0 0.14
HSL 218.57º 0.72% 0.5% -
HSV(B) 218.57º 0.83% 0.86% -
XYZ 18.3 15.01 68.95 -
YUV 95.9 197.47 85.99 -
System Red Green Blue C M Y K H S L
Decimal 37 102 219 0.83 0.53 0 0.14 218.57 0.72 0.5
Hex 25 66 DB 53 35 0 E DB 48 32
Octal 45 146 333 123 65 0 16 333 110 62
Binary 100101 1100110 11011011 1010011 110101 0 1110 11011011 1001000 110010

Color Harmonies of #2566DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2566DB

Black with #2566DB

Text Example


Text Example

White with #2566DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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