Html Css Color HEX #2666EB Royal Blue

📋 copy color: '#2666EB'

red 38 ◦ green 102 ◦ blue 235

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

Shades of Royal Blue #2666EB

Tints of Royal Blue #2666EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 62.67%

R = 10.13%
G = 27.2%
B = 62.67%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2666EB (or 0x2666EB) is known color: Royal Blue. HEX triplet: 26, 66 and EB. RGB value is (38,102,235). Sum of RGB (Red+Green+Blue) = 38+102+235=375 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.13% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 235 (92.19% from 255 or 62.67% from 375); Max value from RGB is 235 - color contains mainly: blue. Hex color #2666EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2666EB is #D99914. Grayscale: #616161. Windows color (decimal): -14260501 or 15427110. OLE color: 15427110.

HSL color Cylindrical-coordinate representation of color #2666EB: hue angle of 220.51º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2666EB is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 38 102 235 -
CMYK 0.84 0.57 0 0.08
HSL 220.51º 0.83% 0.54% -
HSV(B) 220.51º 0.84% 0.92% -
XYZ 20.55 15.91 80.59 -
YUV 98.03 205.3 85.19 -
System Red Green Blue C M Y K H S L
Decimal 38 102 235 0.84 0.57 0 0.08 220.51 0.83 0.54
Hex 26 66 EB 54 39 0 8 DD 53 36
Octal 46 146 353 124 71 0 10 335 123 66
Binary 100110 1100110 11101011 1010100 111001 0 1000 11011101 1010011 110110

Color Harmonies of #2666EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2666EB

Black with #2666EB

Text Example


Text Example

White with #2666EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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