Html Css Color HEX #2655EA Royal Blue

📋 copy color: '#2655EA'

red 38 ◦ green 85 ◦ blue 234

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

Shades of Royal Blue #2655EA

Tints of Royal Blue #2655EA

RGB

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

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

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

R = 10.64%
G = 23.81%
B = 65.55%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2655EA (or 0x2655EA) is known color: Royal Blue. HEX triplet: 26, 55 and EA. RGB value is (38,85,234). Sum of RGB (Red+Green+Blue) = 38+85+234=357 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.64% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 234 (91.80% from 255 or 65.55% from 357); Max value from RGB is 234 - color contains mainly: blue. Hex color #2655EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2655EA is #D9AA15. Grayscale: #575757. Windows color (decimal): -14264854 or 15357222. OLE color: 15357222.

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

Color convert

RGB 38 85 234 -
CMYK 0.84 0.64 0 0.08
HSL 225.61º 0.82% 0.53% -
HSV(B) 225.61º 0.84% 0.92% -
XYZ 18.9 12.85 79.33 -
YUV 87.93 210.43 92.38 -
System Red Green Blue C M Y K H S L
Decimal 38 85 234 0.84 0.64 0 0.08 225.61 0.82 0.53
Hex 26 55 EA 54 40 0 8 E2 52 35
Octal 46 125 352 124 100 0 10 342 122 65
Binary 100110 1010101 11101010 1010100 1000000 0 1000 11100010 1010010 110101

Color Harmonies of #2655EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2655EA

Black with #2655EA

Text Example


Text Example

White with #2655EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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