Html Css Color HEX #266BDB Royal Blue

📋 copy color: '#266BDB'

red 38 ◦ green 107 ◦ blue 219

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

Shades of Royal Blue #266BDB

Tints of Royal Blue #266BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.4%

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

R = 10.44%
G = 29.4%
B = 60.16%

CMYK

 C value IS 0.83

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#266BDB (or 0x266BDB) is known color: Royal Blue. HEX triplet: 26, 6B and DB. RGB value is (38,107,219). Sum of RGB (Red+Green+Blue) = 38+107+219=364 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.44% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #266BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266BDB is #D99424. Grayscale: #626262. Windows color (decimal): -14259237 or 14379814. OLE color: 14379814.

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

Color convert

RGB 38 107 219 -
CMYK 0.83 0.51 0 0.14
HSL 217.13º 0.72% 0.5% -
HSV(B) 217.13º 0.83% 0.86% -
XYZ 18.84 16.04 69.12 -
YUV 99.14 195.64 84.39 -
System Red Green Blue C M Y K H S L
Decimal 38 107 219 0.83 0.51 0 0.14 217.13 0.72 0.5
Hex 26 6B DB 53 33 0 E D9 48 32
Octal 46 153 333 123 63 0 16 331 110 62
Binary 100110 1101011 11011011 1010011 110011 0 1110 11011001 1001000 110010

Color Harmonies of #266BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266BDB

Black with #266BDB

Text Example


Text Example

White with #266BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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