Html Css Color HEX #266FEE Royal Blue

📋 copy color: '#266FEE'

red 38 ◦ green 111 ◦ blue 238

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

Shades of Royal Blue #266FEE

Tints of Royal Blue #266FEE

RGB

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

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

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

R = 9.82%
G = 28.68%
B = 61.5%

CMYK

 C value IS 0.84

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#266FEE (or 0x266FEE) is known color: Royal Blue. HEX triplet: 26, 6F and EE. RGB value is (38,111,238). Sum of RGB (Red+Green+Blue) = 38+111+238=387 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.82% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 238 (93.36% from 255 or 61.50% from 387); Max value from RGB is 238 - color contains mainly: blue. Hex color #266FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266FEE is #D99011. Grayscale: #676767. Windows color (decimal): -14258194 or 15626022. OLE color: 15626022.

HSL color Cylindrical-coordinate representation of color #266FEE: hue angle of 218.1º 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 #266FEE is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 38 111 238 -
CMYK 0.84 0.53 0 0.07
HSL 218.1º 0.85% 0.54% -
HSV(B) 218.1º 0.84% 0.93% -
XYZ 21.92 17.95 83.2 -
YUV 103.65 203.82 81.17 -
System Red Green Blue C M Y K H S L
Decimal 38 111 238 0.84 0.53 0 0.07 218.1 0.85 0.54
Hex 26 6F EE 54 35 0 7 DA 55 36
Octal 46 157 356 124 65 0 7 332 125 66
Binary 100110 1101111 11101110 1010100 110101 0 111 11011010 1010101 110110

Color Harmonies of #266FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266FEE

Black with #266FEE

Text Example


Text Example

White with #266FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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