Html Css Color HEX #266BF9 Royal Blue

📋 copy color: '#266BF9'

red 38 ◦ green 107 ◦ blue 249

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

Shades of Royal Blue #266BF9

Tints of Royal Blue #266BF9

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.16%

 BLUE value IS 249 (97.66% from 255) = 63.2%

R = 9.64%
G = 27.16%
B = 63.2%

CMYK

 C value IS 0.85

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#266BF9 (or 0x266BF9) is known color: Royal Blue. HEX triplet: 26, 6B and F9. RGB value is (38,107,249). Sum of RGB (Red+Green+Blue) = 38+107+249=394 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.64% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 249 (97.66% from 255 or 63.20% from 394); Max value from RGB is 249 - color contains mainly: blue. Hex color #266BF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266BF9 is #D99406. Grayscale: #656565. Windows color (decimal): -14259207 or 16345894. OLE color: 16345894.

HSL color Cylindrical-coordinate representation of color #266BF9: hue angle of 220.38º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #266BF9 is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 38 107 249 -
CMYK 0.85 0.57 0 0.02
HSL 220.38º 0.95% 0.56% -
HSV(B) 220.38º 0.85% 0.98% -
XYZ 23.16 17.77 91.83 -
YUV 102.56 210.64 81.95 -
System Red Green Blue C M Y K H S L
Decimal 38 107 249 0.85 0.57 0 0.02 220.38 0.95 0.56
Hex 26 6B F9 55 39 0 2 DC 5F 38
Octal 46 153 371 125 71 0 2 334 137 70
Binary 100110 1101011 11111001 1010101 111001 0 10 11011100 1011111 111000

Color Harmonies of #266BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266BF9

Black with #266BF9

Text Example


Text Example

White with #266BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,107,249); }

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

background-color css

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

 a { background-color: rgb(38,107,249); }

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

border-color css

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

 span { border-color: rgb(38,107,249); }

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