Html Css Color HEX #266DEF Royal Blue

📋 copy color: '#266DEF'

red 38 ◦ green 109 ◦ blue 239

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

Shades of Royal Blue #266DEF

Tints of Royal Blue #266DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 61.92%

R = 9.84%
G = 28.24%
B = 61.92%

CMYK

 C value IS 0.84

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#266DEF (or 0x266DEF) is known color: Royal Blue. HEX triplet: 26, 6D and EF. RGB value is (38,109,239). Sum of RGB (Red+Green+Blue) = 38+109+239=386 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.84% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 239 (93.75% from 255 or 61.92% from 386); Max value from RGB is 239 - color contains mainly: blue. Hex color #266DEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266DEF is #D99210. Grayscale: #666666. Windows color (decimal): -14258705 or 15691046. OLE color: 15691046.

HSL color Cylindrical-coordinate representation of color #266DEF: hue angle of 218.81º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #266DEF is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 38 109 239 -
CMYK 0.84 0.54 0 0.06
HSL 218.81º 0.86% 0.54% -
HSV(B) 218.81º 0.84% 0.94% -
XYZ 21.85 17.58 83.9 -
YUV 102.59 204.98 81.93 -
System Red Green Blue C M Y K H S L
Decimal 38 109 239 0.84 0.54 0 0.06 218.81 0.86 0.54
Hex 26 6D EF 54 36 0 6 DB 56 36
Octal 46 155 357 124 66 0 6 333 126 66
Binary 100110 1101101 11101111 1010100 110110 0 110 11011011 1010110 110110

Color Harmonies of #266DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266DEF

Black with #266DEF

Text Example


Text Example

White with #266DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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