Html Css Color HEX #266FDB Royal Blue

📋 copy color: '#266FDB'

red 38 ◦ green 111 ◦ blue 219

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

Shades of Royal Blue #266FDB

Tints of Royal Blue #266FDB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.16%

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

R = 10.33%
G = 30.16%
B = 59.51%

CMYK

 C value IS 0.83

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#266FDB (or 0x266FDB) is known color: Royal Blue. HEX triplet: 26, 6F and DB. RGB value is (38,111,219). Sum of RGB (Red+Green+Blue) = 38+111+219=368 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.33% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #266FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266FDB is #D99024. Grayscale: #646464. Windows color (decimal): -14258213 or 14380838. OLE color: 14380838.

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

Color convert

RGB 38 111 219 -
CMYK 0.83 0.49 0 0.14
HSL 215.8º 0.72% 0.5% -
HSV(B) 215.8º 0.83% 0.86% -
XYZ 19.27 16.9 69.26 -
YUV 101.49 194.32 82.72 -
System Red Green Blue C M Y K H S L
Decimal 38 111 219 0.83 0.49 0 0.14 215.8 0.72 0.5
Hex 26 6F DB 53 31 0 E D8 48 32
Octal 46 157 333 123 61 0 16 330 110 62
Binary 100110 1101111 11011011 1010011 110001 0 1110 11011000 1001000 110010

Color Harmonies of #266FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266FDB

Black with #266FDB

Text Example


Text Example

White with #266FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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