Html Css Color HEX #266AFE Royal Blue

📋 copy color: '#266AFE'

red 38 ◦ green 106 ◦ blue 254

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

Shades of Royal Blue #266AFE

Tints of Royal Blue #266AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 63.82%

R = 9.55%
G = 26.63%
B = 63.82%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#266AFE (or 0x266AFE) is known color: Royal Blue. HEX triplet: 26, 6A and FE. RGB value is (38,106,254). Sum of RGB (Red+Green+Blue) = 38+106+254=398 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.55% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 254 (99.61% from 255 or 63.82% from 398); Max value from RGB is 254 - color contains mainly: blue. Hex color #266AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266AFE is #D99501. Grayscale: #656565. Windows color (decimal): -14259458 or 16673318. OLE color: 16673318.

HSL color Cylindrical-coordinate representation of color #266AFE: hue angle of 221.11º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #266AFE is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 38 106 254 -
CMYK 0.85 0.58 0 0.00
HSL 221.11º 0.99% 0.57% -
HSV(B) 221.11º 0.85% 1% -
XYZ 23.84 17.88 95.96 -
YUV 102.54 213.47 81.97 -
System Red Green Blue C M Y K H S L
Decimal 38 106 254 0.85 0.58 0 0.00 221.11 0.99 0.57
Hex 26 6A FE 55 3A 0 0 DD 63 39
Octal 46 152 376 125 72 0 0 335 143 71
Binary 100110 1101010 11111110 1010101 111010 0 0 11011101 1100011 111001

Color Harmonies of #266AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266AFE

Black with #266AFE

Text Example


Text Example

White with #266AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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