Html Css Color HEX #266FEB Royal Blue

📋 copy color: '#266FEB'

red 38 ◦ green 111 ◦ blue 235

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

Shades of Royal Blue #266FEB

Tints of Royal Blue #266FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 61.2%

R = 9.9%
G = 28.91%
B = 61.2%

CMYK

 C value IS 0.84

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#266FEB (or 0x266FEB) is known color: Royal Blue. HEX triplet: 26, 6F and EB. RGB value is (38,111,235). Sum of RGB (Red+Green+Blue) = 38+111+235=384 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.90% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 235 (92.19% from 255 or 61.20% from 384); Max value from RGB is 235 - color contains mainly: blue. Hex color #266FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266FEB is #D99014. Grayscale: #666666. Windows color (decimal): -14258197 or 15429414. OLE color: 15429414.

HSL color Cylindrical-coordinate representation of color #266FEB: hue angle of 217.77º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #266FEB is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 38 111 235 -
CMYK 0.84 0.53 0 0.08
HSL 217.77º 0.83% 0.54% -
HSV(B) 217.77º 0.84% 0.92% -
XYZ 21.48 17.78 80.9 -
YUV 103.31 202.32 81.42 -
System Red Green Blue C M Y K H S L
Decimal 38 111 235 0.84 0.53 0 0.08 217.77 0.83 0.54
Hex 26 6F EB 54 35 0 8 DA 53 36
Octal 46 157 353 124 65 0 10 332 123 66
Binary 100110 1101111 11101011 1010100 110101 0 1000 11011010 1010011 110110

Color Harmonies of #266FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266FEB

Black with #266FEB

Text Example


Text Example

White with #266FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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