Html Css Color HEX #2666EC Royal Blue

📋 copy color: '#2666EC'

red 38 ◦ green 102 ◦ blue 236

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

Shades of Royal Blue #2666EC

Tints of Royal Blue #2666EC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.13%

 BLUE value IS 236 (92.58% from 255) = 62.77%

R = 10.11%
G = 27.13%
B = 62.77%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2666EC (or 0x2666EC) is known color: Royal Blue. HEX triplet: 26, 66 and EC. RGB value is (38,102,236). Sum of RGB (Red+Green+Blue) = 38+102+236=376 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.11% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 236 (92.58% from 255 or 62.77% from 376); Max value from RGB is 236 - color contains mainly: blue. Hex color #2666EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2666EC is #D99913. Grayscale: #616161. Windows color (decimal): -14260500 or 15492646. OLE color: 15492646.

HSL color Cylindrical-coordinate representation of color #2666EC: hue angle of 220.61º degrees, saturation: 0.84, 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 #2666EC is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 38 102 236 -
CMYK 0.84 0.57 0 0.07
HSL 220.61º 0.84% 0.54% -
HSV(B) 220.61º 0.84% 0.93% -
XYZ 20.69 15.97 81.35 -
YUV 98.14 205.8 85.1 -
System Red Green Blue C M Y K H S L
Decimal 38 102 236 0.84 0.57 0 0.07 220.61 0.84 0.54
Hex 26 66 EC 54 39 0 7 DD 54 36
Octal 46 146 354 124 71 0 7 335 124 66
Binary 100110 1100110 11101100 1010100 111001 0 111 11011101 1010100 110110

Color Harmonies of #2666EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2666EC

Black with #2666EC

Text Example


Text Example

White with #2666EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2666EC; }

 p { color: rgb(38,102,236); }

 H1.HeaderClassName
 {
   color: #2666EC;
 }
 .AnyTagClassName
 {
   color: #2666EC;
 }
</style>

background-color css

<style>
 a { background-color: #2666EC; }

 a { background-color: rgb(38,102,236); }

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

border-color css

<style>
 span { border-color: #2666EC; }

 span { border-color: rgb(38,102,236); }

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