Html Css Color HEX #266BFE Royal Blue

📋 copy color: '#266BFE'

red 38 ◦ green 107 ◦ blue 254

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

Shades of Royal Blue #266BFE

Tints of Royal Blue #266BFE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.82%

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

R = 9.52%
G = 26.82%
B = 63.66%

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

#266BFE (or 0x266BFE) is known color: Royal Blue. HEX triplet: 26, 6B and FE. RGB value is (38,107,254). Sum of RGB (Red+Green+Blue) = 38+107+254=399 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.52% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 254 (99.61% from 255 or 63.66% from 399); Max value from RGB is 254 - color contains mainly: blue. Hex color #266BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266BFE is #D99401. Grayscale: #666666. Windows color (decimal): -14259202 or 16673574. OLE color: 16673574.

HSL color Cylindrical-coordinate representation of color #266BFE: hue angle of 220.83º 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 #266BFE is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 38 107 254 -
CMYK 0.85 0.58 0 0.00
HSL 220.83º 0.99% 0.57% -
HSV(B) 220.83º 0.85% 1% -
XYZ 23.95 18.08 95.99 -
YUV 103.13 213.14 81.55 -
System Red Green Blue C M Y K H S L
Decimal 38 107 254 0.85 0.58 0 0.00 220.83 0.99 0.57
Hex 26 6B FE 55 3A 0 0 DD 63 39
Octal 46 153 376 125 72 0 0 335 143 71
Binary 100110 1101011 11111110 1010101 111010 0 0 11011101 1100011 111001

Color Harmonies of #266BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266BFE

Black with #266BFE

Text Example


Text Example

White with #266BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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