Html Css Color HEX #266AF1 Royal Blue

📋 copy color: '#266AF1'

red 38 ◦ green 106 ◦ blue 241

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

Shades of Royal Blue #266AF1

Tints of Royal Blue #266AF1

RGB

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

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

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

R = 9.87%
G = 27.53%
B = 62.6%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#266AF1 (or 0x266AF1) is known color: Royal Blue. HEX triplet: 26, 6A and F1. RGB value is (38,106,241). Sum of RGB (Red+Green+Blue) = 38+106+241=385 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.87% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 241 (94.53% from 255 or 62.60% from 385); Max value from RGB is 241 - color contains mainly: blue. Hex color #266AF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266AF1 is #D9950E. Grayscale: #646464. Windows color (decimal): -14259471 or 15821350. OLE color: 15821350.

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

Color convert

RGB 38 106 241 -
CMYK 0.84 0.56 0 0.05
HSL 219.9º 0.88% 0.55% -
HSV(B) 219.9º 0.84% 0.95% -
XYZ 21.83 17.07 85.36 -
YUV 101.06 206.97 83.02 -
System Red Green Blue C M Y K H S L
Decimal 38 106 241 0.84 0.56 0 0.05 219.9 0.88 0.55
Hex 26 6A F1 54 38 0 5 DC 58 37
Octal 46 152 361 124 70 0 5 334 130 67
Binary 100110 1101010 11110001 1010100 111000 0 101 11011100 1011000 110111

Color Harmonies of #266AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266AF1

Black with #266AF1

Text Example


Text Example

White with #266AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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