Html Css Color HEX #266DED Royal Blue

📋 copy color: '#266DED'

red 38 ◦ green 109 ◦ blue 237

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

Shades of Royal Blue #266DED

Tints of Royal Blue #266DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 61.72%

R = 9.9%
G = 28.39%
B = 61.72%

CMYK

 C value IS 0.84

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#266DED (or 0x266DED) is known color: Royal Blue. HEX triplet: 26, 6D and ED. RGB value is (38,109,237). Sum of RGB (Red+Green+Blue) = 38+109+237=384 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.90% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 237 (92.97% from 255 or 61.72% from 384); Max value from RGB is 237 - color contains mainly: blue. Hex color #266DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266DED is #D99212. Grayscale: #656565. Windows color (decimal): -14258707 or 15559974. OLE color: 15559974.

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

Color convert

RGB 38 109 237 -
CMYK 0.84 0.54 0 0.07
HSL 218.59º 0.85% 0.54% -
HSV(B) 218.59º 0.84% 0.93% -
XYZ 21.55 17.46 82.36 -
YUV 102.36 203.98 82.09 -
System Red Green Blue C M Y K H S L
Decimal 38 109 237 0.84 0.54 0 0.07 218.59 0.85 0.54
Hex 26 6D ED 54 36 0 7 DB 55 36
Octal 46 155 355 124 66 0 7 333 125 66
Binary 100110 1101101 11101101 1010100 110110 0 111 11011011 1010101 110110

Color Harmonies of #266DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266DED

Black with #266DED

Text Example


Text Example

White with #266DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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