Html Css Color HEX #266EE7 Royal Blue

📋 copy color: '#266EE7'

red 38 ◦ green 110 ◦ blue 231

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

Shades of Royal Blue #266EE7

Tints of Royal Blue #266EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 60.95%

R = 10.03%
G = 29.02%
B = 60.95%

CMYK

 C value IS 0.84

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#266EE7 (or 0x266EE7) is known color: Royal Blue. HEX triplet: 26, 6E and E7. RGB value is (38,110,231). Sum of RGB (Red+Green+Blue) = 38+110+231=379 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10.03% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 231 (90.62% from 255 or 60.95% from 379); Max value from RGB is 231 - color contains mainly: blue. Hex color #266EE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266EE7 is #D99118. Grayscale: #656565. Windows color (decimal): -14258457 or 15167014. OLE color: 15167014.

HSL color Cylindrical-coordinate representation of color #266EE7: hue angle of 217.62º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #266EE7 is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 38 110 231 -
CMYK 0.84 0.52 0 0.09
HSL 217.62º 0.8% 0.53% -
HSV(B) 217.62º 0.84% 0.91% -
XYZ 20.8 17.33 77.85 -
YUV 102.27 200.65 82.16 -
System Red Green Blue C M Y K H S L
Decimal 38 110 231 0.84 0.52 0 0.09 217.62 0.8 0.53
Hex 26 6E E7 54 34 0 9 DA 50 35
Octal 46 156 347 124 64 0 11 332 120 65
Binary 100110 1101110 11100111 1010100 110100 0 1001 11011010 1010000 110101

Color Harmonies of #266EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266EE7

Black with #266EE7

Text Example


Text Example

White with #266EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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