Html Css Color HEX #266AFF Royal Blue

📋 copy color: '#266AFF'

red 38 ◦ green 106 ◦ blue 255

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

Shades of Royal Blue #266AFF

Tints of Royal Blue #266AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 63.91%

R = 9.52%
G = 26.57%
B = 63.91%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#266AFF (or 0x266AFF) is known color: Royal Blue. HEX triplet: 26, 6A and FF. RGB value is (38,106,255). Sum of RGB (Red+Green+Blue) = 38+106+255=399 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.52% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #266AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266AFF is #D99500. Grayscale: #656565. Windows color (decimal): -14259457 or 16738854. OLE color: 16738854.

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

Color convert

RGB 38 106 255 -
CMYK 0.85 0.58 0 0
HSL 221.2º 1% 0.57% -
HSV(B) 221.2º 0.85% 1% -
XYZ 24 17.94 96.81 -
YUV 102.65 213.97 81.88 -
System Red Green Blue C M Y K H S L
Decimal 38 106 255 0.85 0.58 0 0 221.2 1 0.57
Hex 26 6A FF 55 3A 0 0 DD 64 39
Octal 46 152 377 125 72 0 0 335 144 71
Binary 100110 1101010 11111111 1010101 111010 0 0 11011101 1100100 111001

Color Harmonies of #266AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266AFF

Black with #266AFF

Text Example


Text Example

White with #266AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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