Html Css Color HEX #2660EA Royal Blue

📋 copy color: '#2660EA'

red 38 ◦ green 96 ◦ blue 234

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

Shades of Royal Blue #2660EA

Tints of Royal Blue #2660EA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.09%

 BLUE value IS 234 (91.8% from 255) = 63.59%

R = 10.33%
G = 26.09%
B = 63.59%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2660EA (or 0x2660EA) is known color: Royal Blue. HEX triplet: 26, 60 and EA. RGB value is (38,96,234). Sum of RGB (Red+Green+Blue) = 38+96+234=368 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.33% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 234 (91.80% from 255 or 63.59% from 368); Max value from RGB is 234 - color contains mainly: blue. Hex color #2660EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2660EA is #D99F15. Grayscale: #5D5D5D. Windows color (decimal): -14262038 or 15360038. OLE color: 15360038.

HSL color Cylindrical-coordinate representation of color #2660EA: hue angle of 222.24º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2660EA is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 38 96 234 -
CMYK 0.84 0.59 0 0.08
HSL 222.24º 0.82% 0.53% -
HSV(B) 222.24º 0.84% 0.92% -
XYZ 19.83 14.72 79.64 -
YUV 94.39 206.78 87.78 -
System Red Green Blue C M Y K H S L
Decimal 38 96 234 0.84 0.59 0 0.08 222.24 0.82 0.53
Hex 26 60 EA 54 3B 0 8 DE 52 35
Octal 46 140 352 124 73 0 10 336 122 65
Binary 100110 1100000 11101010 1010100 111011 0 1000 11011110 1010010 110101

Color Harmonies of #2660EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2660EA

Black with #2660EA

Text Example


Text Example

White with #2660EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2660EA; }

 p { color: rgb(38,96,234); }

 H1.HeaderClassName
 {
   color: #2660EA;
 }
 .AnyTagClassName
 {
   color: #2660EA;
 }
</style>

background-color css

<style>
 a { background-color: #2660EA; }

 a { background-color: rgb(38,96,234); }

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

border-color css

<style>
 span { border-color: #2660EA; }

 span { border-color: rgb(38,96,234); }

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