Html Css Color HEX #266AF3 Royal Blue

📋 copy color: '#266AF3'

red 38 ◦ green 106 ◦ blue 243

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

Shades of Royal Blue #266AF3

Tints of Royal Blue #266AF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 62.79%

R = 9.82%
G = 27.39%
B = 62.79%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#266AF3 (or 0x266AF3) is known color: Royal Blue. HEX triplet: 26, 6A and F3. RGB value is (38,106,243). Sum of RGB (Red+Green+Blue) = 38+106+243=387 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.82% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 243 (95.31% from 255 or 62.79% from 387); Max value from RGB is 243 - color contains mainly: blue. Hex color #266AF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266AF3 is #D9950C. Grayscale: #646464. Windows color (decimal): -14259469 or 15952422. OLE color: 15952422.

HSL color Cylindrical-coordinate representation of color #266AF3: hue angle of 220.1º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #266AF3 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 38 106 243 -
CMYK 0.84 0.56 0 0.05
HSL 220.1º 0.9% 0.55% -
HSV(B) 220.1º 0.84% 0.95% -
XYZ 22.13 17.19 86.95 -
YUV 101.29 207.97 82.86 -
System Red Green Blue C M Y K H S L
Decimal 38 106 243 0.84 0.56 0 0.05 220.1 0.9 0.55
Hex 26 6A F3 54 38 0 5 DC 5A 37
Octal 46 152 363 124 70 0 5 334 132 67
Binary 100110 1101010 11110011 1010100 111000 0 101 11011100 1011010 110111

Color Harmonies of #266AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266AF3

Black with #266AF3

Text Example


Text Example

White with #266AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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