Html Css Color HEX #266EDB Royal Blue

📋 copy color: '#266EDB'

red 38 ◦ green 110 ◦ blue 219

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

Shades of Royal Blue #266EDB

Tints of Royal Blue #266EDB

RGB

 RED value IS 38 (15.23% from 255) = 10.35%

 GREEN value IS 110 (43.36% from 255) = 29.97%

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

R = 10.35%
G = 29.97%
B = 59.67%

CMYK

 C value IS 0.83

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#266EDB (or 0x266EDB) is known color: Royal Blue. HEX triplet: 26, 6E and DB. RGB value is (38,110,219). Sum of RGB (Red+Green+Blue) = 38+110+219=367 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.35% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #266EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266EDB is #D99124. Grayscale: #646464. Windows color (decimal): -14258469 or 14380582. OLE color: 14380582.

HSL color Cylindrical-coordinate representation of color #266EDB: hue angle of 216.13º 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 #266EDB is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 38 110 219 -
CMYK 0.83 0.50 0 0.14
HSL 216.13º 0.72% 0.5% -
HSV(B) 216.13º 0.83% 0.86% -
XYZ 19.16 16.68 69.23 -
YUV 100.9 194.65 83.14 -
System Red Green Blue C M Y K H S L
Decimal 38 110 219 0.83 0.50 0 0.14 216.13 0.72 0.5
Hex 26 6E DB 53 32 0 E D8 48 32
Octal 46 156 333 123 62 0 16 330 110 62
Binary 100110 1101110 11011011 1010011 110010 0 1110 11011000 1001000 110010

Color Harmonies of #266EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266EDB

Black with #266EDB

Text Example


Text Example

White with #266EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266EDB; }

 p { color: rgb(38,110,219); }

 H1.HeaderClassName
 {
   color: #266EDB;
 }
 .AnyTagClassName
 {
   color: #266EDB;
 }
</style>

background-color css

<style>
 a { background-color: #266EDB; }

 a { background-color: rgb(38,110,219); }

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

border-color css

<style>
 span { border-color: #266EDB; }

 span { border-color: rgb(38,110,219); }

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