Html Css Color HEX #266CF8 Royal Blue

📋 copy color: '#266CF8'

red 38 ◦ green 108 ◦ blue 248

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

Shades of Royal Blue #266CF8

Tints of Royal Blue #266CF8

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.41%

 BLUE value IS 248 (97.27% from 255) = 62.94%

R = 9.64%
G = 27.41%
B = 62.94%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#266CF8 (or 0x266CF8) is known color: Royal Blue. HEX triplet: 26, 6C and F8. RGB value is (38,108,248). Sum of RGB (Red+Green+Blue) = 38+108+248=394 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.64% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 248 (97.27% from 255 or 62.94% from 394); Max value from RGB is 248 - color contains mainly: blue. Hex color #266CF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266CF8 is #D99307. Grayscale: #666666. Windows color (decimal): -14258952 or 16280614. OLE color: 16280614.

HSL color Cylindrical-coordinate representation of color #266CF8: hue angle of 220º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #266CF8 is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 38 108 248 -
CMYK 0.85 0.56 0 0.03
HSL 220º 0.94% 0.56% -
HSV(B) 220º 0.85% 0.97% -
XYZ 23.11 17.91 91.05 -
YUV 103.03 209.81 81.62 -
System Red Green Blue C M Y K H S L
Decimal 38 108 248 0.85 0.56 0 0.03 220 0.94 0.56
Hex 26 6C F8 55 38 0 3 DC 5E 38
Octal 46 154 370 125 70 0 3 334 136 70
Binary 100110 1101100 11111000 1010101 111000 0 11 11011100 1011110 111000

Color Harmonies of #266CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266CF8

Black with #266CF8

Text Example


Text Example

White with #266CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,108,248); }

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

background-color css

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

 a { background-color: rgb(38,108,248); }

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

border-color css

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

 span { border-color: rgb(38,108,248); }

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