Html Css Color HEX #266DF9 Royal Blue

📋 copy color: '#266DF9'

red 38 ◦ green 109 ◦ blue 249

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

Shades of Royal Blue #266DF9

Tints of Royal Blue #266DF9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.53%

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

R = 9.6%
G = 27.53%
B = 62.88%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#266DF9 (or 0x266DF9) is known color: Royal Blue. HEX triplet: 26, 6D and F9. RGB value is (38,109,249). Sum of RGB (Red+Green+Blue) = 38+109+249=396 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.60% from 396); Green value is 109 (42.97% from 255 or 27.53% from 396); Blue value is 249 (97.66% from 255 or 62.88% from 396); Max value from RGB is 249 - color contains mainly: blue. Hex color #266DF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266DF9 is #D99206. Grayscale: #676767. Windows color (decimal): -14258695 or 16346406. OLE color: 16346406.

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

Color convert

RGB 38 109 249 -
CMYK 0.85 0.56 0 0.02
HSL 219.81º 0.95% 0.56% -
HSV(B) 219.81º 0.85% 0.98% -
XYZ 23.37 18.19 91.9 -
YUV 103.73 209.98 81.12 -
System Red Green Blue C M Y K H S L
Decimal 38 109 249 0.85 0.56 0 0.02 219.81 0.95 0.56
Hex 26 6D F9 55 38 0 2 DC 5F 38
Octal 46 155 371 125 70 0 2 334 137 70
Binary 100110 1101101 11111001 1010101 111000 0 10 11011100 1011111 111000

Color Harmonies of #266DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266DF9

Black with #266DF9

Text Example


Text Example

White with #266DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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