Html Css Color HEX #266AF5 Royal Blue

📋 copy color: '#266AF5'

red 38 ◦ green 106 ◦ blue 245

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

Shades of Royal Blue #266AF5

Tints of Royal Blue #266AF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 62.98%

R = 9.77%
G = 27.25%
B = 62.98%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#266AF5 (or 0x266AF5) is known color: Royal Blue. HEX triplet: 26, 6A and F5. RGB value is (38,106,245). Sum of RGB (Red+Green+Blue) = 38+106+245=389 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.77% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 245 (96.09% from 255 or 62.98% from 389); Max value from RGB is 245 - color contains mainly: blue. Hex color #266AF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266AF5 is #D9950A. Grayscale: #646464. Windows color (decimal): -14259467 or 16083494. OLE color: 16083494.

HSL color Cylindrical-coordinate representation of color #266AF5: hue angle of 220.29º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #266AF5 is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 38 106 245 -
CMYK 0.84 0.57 0 0.04
HSL 220.29º 0.91% 0.55% -
HSV(B) 220.29º 0.84% 0.96% -
XYZ 22.43 17.31 88.55 -
YUV 101.51 208.97 82.7 -
System Red Green Blue C M Y K H S L
Decimal 38 106 245 0.84 0.57 0 0.04 220.29 0.91 0.55
Hex 26 6A F5 54 39 0 4 DC 5B 37
Octal 46 152 365 124 71 0 4 334 133 67
Binary 100110 1101010 11110101 1010100 111001 0 100 11011100 1011011 110111

Color Harmonies of #266AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266AF5

Black with #266AF5

Text Example


Text Example

White with #266AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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