Html Css Color HEX #266FF8 Royal Blue

📋 copy color: '#266FF8'

red 38 ◦ green 111 ◦ blue 248

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

Shades of Royal Blue #266FF8

Tints of Royal Blue #266FF8

RGB

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

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

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

R = 9.57%
G = 27.96%
B = 62.47%

CMYK

 C value IS 0.85

 M value IS 0.55

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#266FF8 (or 0x266FF8) is known color: Royal Blue. HEX triplet: 26, 6F and F8. RGB value is (38,111,248). Sum of RGB (Red+Green+Blue) = 38+111+248=397 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.57% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 248 (97.27% from 255 or 62.47% from 397); Max value from RGB is 248 - color contains mainly: blue. Hex color #266FF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266FF8 is #D99007. Grayscale: #686868. Windows color (decimal): -14258184 or 16281382. OLE color: 16281382.

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

Color convert

RGB 38 111 248 -
CMYK 0.85 0.55 0 0.03
HSL 219.14º 0.94% 0.56% -
HSV(B) 219.14º 0.85% 0.97% -
XYZ 23.43 18.56 91.15 -
YUV 104.79 208.82 80.36 -
System Red Green Blue C M Y K H S L
Decimal 38 111 248 0.85 0.55 0 0.03 219.14 0.94 0.56
Hex 26 6F F8 55 37 0 3 DB 5E 38
Octal 46 157 370 125 67 0 3 333 136 70
Binary 100110 1101111 11111000 1010101 110111 0 11 11011011 1011110 111000

Color Harmonies of #266FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266FF8

Black with #266FF8

Text Example


Text Example

White with #266FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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