Html Css Color HEX #2655EE Royal Blue

📋 copy color: '#2655EE'

red 38 ◦ green 85 ◦ blue 238

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

Shades of Royal Blue #2655EE

Tints of Royal Blue #2655EE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.55%

 BLUE value IS 238 (93.36% from 255) = 65.93%

R = 10.53%
G = 23.55%
B = 65.93%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2655EE (or 0x2655EE) is known color: Royal Blue. HEX triplet: 26, 55 and EE. RGB value is (38,85,238). Sum of RGB (Red+Green+Blue) = 38+85+238=361 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.53% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 238 (93.36% from 255 or 65.93% from 361); Max value from RGB is 238 - color contains mainly: blue. Hex color #2655EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2655EE is #D9AA11. Grayscale: #575757. Windows color (decimal): -14264850 or 15619366. OLE color: 15619366.

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

Color convert

RGB 38 85 238 -
CMYK 0.84 0.64 0 0.07
HSL 225.9º 0.85% 0.54% -
HSV(B) 225.9º 0.84% 0.93% -
XYZ 19.48 13.08 82.39 -
YUV 88.39 212.43 92.06 -
System Red Green Blue C M Y K H S L
Decimal 38 85 238 0.84 0.64 0 0.07 225.9 0.85 0.54
Hex 26 55 EE 54 40 0 7 E2 55 36
Octal 46 125 356 124 100 0 7 342 125 66
Binary 100110 1010101 11101110 1010100 1000000 0 111 11100010 1010101 110110

Color Harmonies of #2655EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2655EE

Black with #2655EE

Text Example


Text Example

White with #2655EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2655EE; }

 p { color: rgb(38,85,238); }

 H1.HeaderClassName
 {
   color: #2655EE;
 }
 .AnyTagClassName
 {
   color: #2655EE;
 }
</style>

background-color css

<style>
 a { background-color: #2655EE; }

 a { background-color: rgb(38,85,238); }

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

border-color css

<style>
 span { border-color: #2655EE; }

 span { border-color: rgb(38,85,238); }

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