Html Css Color HEX #266ED6 Royal Blue

📋 copy color: '#266ED6'

red 38 ◦ green 110 ◦ blue 214

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

Shades of Royal Blue #266ED6

Tints of Royal Blue #266ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 59.12%

R = 10.5%
G = 30.39%
B = 59.12%

CMYK

 C value IS 0.82

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#266ED6 (or 0x266ED6) is known color: Royal Blue. HEX triplet: 26, 6E and D6. RGB value is (38,110,214). Sum of RGB (Red+Green+Blue) = 38+110+214=362 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.50% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 214 (83.98% from 255 or 59.12% from 362); Max value from RGB is 214 - color contains mainly: blue. Hex color #266ED6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266ED6 is #D99129. Grayscale: #636363. Windows color (decimal): -14258474 or 14052902. OLE color: 14052902.

HSL color Cylindrical-coordinate representation of color #266ED6: hue angle of 215.45º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #266ED6 is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 38 110 214 -
CMYK 0.82 0.49 0 0.16
HSL 215.45º 0.7% 0.49% -
HSV(B) 215.45º 0.82% 0.84% -
XYZ 18.51 16.42 65.81 -
YUV 100.33 192.15 83.54 -
System Red Green Blue C M Y K H S L
Decimal 38 110 214 0.82 0.49 0 0.16 215.45 0.7 0.49
Hex 26 6E D6 52 31 0 10 D7 46 31
Octal 46 156 326 122 61 0 20 327 106 61
Binary 100110 1101110 11010110 1010010 110001 0 10000 11010111 1000110 110001

Color Harmonies of #266ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266ED6

Black with #266ED6

Text Example


Text Example

White with #266ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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