Html Css Color HEX #266DDB Royal Blue

📋 copy color: '#266DDB'

red 38 ◦ green 109 ◦ blue 219

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

Shades of Royal Blue #266DDB

Tints of Royal Blue #266DDB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.78%

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

R = 10.38%
G = 29.78%
B = 59.84%

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

#266DDB (or 0x266DDB) is known color: Royal Blue. HEX triplet: 26, 6D and DB. RGB value is (38,109,219). Sum of RGB (Red+Green+Blue) = 38+109+219=366 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.38% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #266DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266DDB is #D99224. Grayscale: #636363. Windows color (decimal): -14258725 or 14380326. OLE color: 14380326.

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

Color convert

RGB 38 109 219 -
CMYK 0.83 0.50 0 0.14
HSL 216.46º 0.72% 0.5% -
HSV(B) 216.46º 0.83% 0.86% -
XYZ 19.05 16.46 69.19 -
YUV 100.31 194.98 83.56 -
System Red Green Blue C M Y K H S L
Decimal 38 109 219 0.83 0.50 0 0.14 216.46 0.72 0.5
Hex 26 6D DB 53 32 0 E D8 48 32
Octal 46 155 333 123 62 0 16 330 110 62
Binary 100110 1101101 11011011 1010011 110010 0 1110 11011000 1001000 110010

Color Harmonies of #266DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266DDB

Black with #266DDB

Text Example


Text Example

White with #266DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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