Html Css Color HEX #266CED Royal Blue

📋 copy color: '#266CED'

red 38 ◦ green 108 ◦ blue 237

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

Shades of Royal Blue #266CED

Tints of Royal Blue #266CED

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.2%

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

R = 9.92%
G = 28.2%
B = 61.88%

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

#266CED (or 0x266CED) is known color: Royal Blue. HEX triplet: 26, 6C and ED. RGB value is (38,108,237). Sum of RGB (Red+Green+Blue) = 38+108+237=383 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.92% from 383); Green value is 108 (42.58% from 255 or 28.20% from 383); Blue value is 237 (92.97% from 255 or 61.88% from 383); Max value from RGB is 237 - color contains mainly: blue. Hex color #266CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #266CED is #D99312. Grayscale: #656565. Windows color (decimal): -14258963 or 15559718. OLE color: 15559718.

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

Color convert

RGB 38 108 237 -
CMYK 0.84 0.54 0 0.07
HSL 218.89º 0.85% 0.54% -
HSV(B) 218.89º 0.84% 0.93% -
XYZ 21.45 17.25 82.32 -
YUV 101.78 204.31 82.51 -
System Red Green Blue C M Y K H S L
Decimal 38 108 237 0.84 0.54 0 0.07 218.89 0.85 0.54
Hex 26 6C ED 54 36 0 7 DB 55 36
Octal 46 154 355 124 66 0 7 333 125 66
Binary 100110 1101100 11101101 1010100 110110 0 111 11011011 1010101 110110

Color Harmonies of #266CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266CED

Black with #266CED

Text Example


Text Example

White with #266CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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