Html Css Color HEX #266FF5 Royal Blue

📋 copy color: '#266FF5'

red 38 ◦ green 111 ◦ blue 245

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

Shades of Royal Blue #266FF5

Tints of Royal Blue #266FF5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.17%

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

R = 9.64%
G = 28.17%
B = 62.18%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#266FF5 (or 0x266FF5) is known color: Royal Blue. HEX triplet: 26, 6F and F5. RGB value is (38,111,245). Sum of RGB (Red+Green+Blue) = 38+111+245=394 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.64% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 245 (96.09% from 255 or 62.18% from 394); Max value from RGB is 245 - color contains mainly: blue. Hex color #266FF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266FF5 is #D9900A. Grayscale: #676767. Windows color (decimal): -14258187 or 16084774. OLE color: 16084774.

HSL color Cylindrical-coordinate representation of color #266FF5: hue angle of 218.84º 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 #266FF5 is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 38 111 245 -
CMYK 0.84 0.55 0 0.04
HSL 218.84º 0.91% 0.55% -
HSV(B) 218.84º 0.84% 0.96% -
XYZ 22.97 18.37 88.72 -
YUV 104.45 207.32 80.6 -
System Red Green Blue C M Y K H S L
Decimal 38 111 245 0.84 0.55 0 0.04 218.84 0.91 0.55
Hex 26 6F F5 54 37 0 4 DB 5B 37
Octal 46 157 365 124 67 0 4 333 133 67
Binary 100110 1101111 11110101 1010100 110111 0 100 11011011 1011011 110111

Color Harmonies of #266FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266FF5

Black with #266FF5

Text Example


Text Example

White with #266FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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