Html Css Color HEX #266AEE Royal Blue

📋 copy color: '#266AEE'

red 38 ◦ green 106 ◦ blue 238

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

Shades of Royal Blue #266AEE

Tints of Royal Blue #266AEE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.75%

 BLUE value IS 238 (93.36% from 255) = 62.3%

R = 9.95%
G = 27.75%
B = 62.3%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#266AEE (or 0x266AEE) is known color: Royal Blue. HEX triplet: 26, 6A and EE. RGB value is (38,106,238). Sum of RGB (Red+Green+Blue) = 38+106+238=382 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.95% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 238 (93.36% from 255 or 62.30% from 382); Max value from RGB is 238 - color contains mainly: blue. Hex color #266AEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266AEE is #D99511. Grayscale: #646464. Windows color (decimal): -14259474 or 15624742. OLE color: 15624742.

HSL color Cylindrical-coordinate representation of color #266AEE: hue angle of 219.6º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #266AEE is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 38 106 238 -
CMYK 0.84 0.55 0 0.07
HSL 219.6º 0.85% 0.54% -
HSV(B) 219.6º 0.84% 0.93% -
XYZ 21.39 16.89 83.02 -
YUV 100.72 205.47 83.27 -
System Red Green Blue C M Y K H S L
Decimal 38 106 238 0.84 0.55 0 0.07 219.6 0.85 0.54
Hex 26 6A EE 54 37 0 7 DC 55 36
Octal 46 152 356 124 67 0 7 334 125 66
Binary 100110 1101010 11101110 1010100 110111 0 111 11011100 1010101 110110

Color Harmonies of #266AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266AEE

Black with #266AEE

Text Example


Text Example

White with #266AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,106,238); }

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

background-color css

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

 a { background-color: rgb(38,106,238); }

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

border-color css

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

 span { border-color: rgb(38,106,238); }

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