Html Css Color HEX #266FF1 Royal Blue

📋 copy color: '#266FF1'

red 38 ◦ green 111 ◦ blue 241

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

Shades of Royal Blue #266FF1

Tints of Royal Blue #266FF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 61.79%

R = 9.74%
G = 28.46%
B = 61.79%

CMYK

 C value IS 0.84

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#266FF1 (or 0x266FF1) is known color: Royal Blue. HEX triplet: 26, 6F and F1. RGB value is (38,111,241). Sum of RGB (Red+Green+Blue) = 38+111+241=390 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.74% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 241 (94.53% from 255 or 61.79% from 390); Max value from RGB is 241 - color contains mainly: blue. Hex color #266FF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266FF1 is #D9900E. Grayscale: #676767. Windows color (decimal): -14258191 or 15822630. OLE color: 15822630.

HSL color Cylindrical-coordinate representation of color #266FF1: hue angle of 218.42º degrees, saturation: 0.88, 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 #266FF1 is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 38 111 241 -
CMYK 0.84 0.54 0 0.05
HSL 218.42º 0.88% 0.55% -
HSV(B) 218.42º 0.84% 0.95% -
XYZ 22.36 18.13 85.54 -
YUV 103.99 205.32 80.93 -
System Red Green Blue C M Y K H S L
Decimal 38 111 241 0.84 0.54 0 0.05 218.42 0.88 0.55
Hex 26 6F F1 54 36 0 5 DA 58 37
Octal 46 157 361 124 66 0 5 332 130 67
Binary 100110 1101111 11110001 1010100 110110 0 101 11011010 1011000 110111

Color Harmonies of #266FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266FF1

Black with #266FF1

Text Example


Text Example

White with #266FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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