Html Css Color HEX #2B55EE Royal Blue

📋 copy color: '#2B55EE'

red 43 ◦ green 85 ◦ blue 238

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

Shades of Royal Blue #2B55EE

Tints of Royal Blue #2B55EE

RGB

 RED value IS 43 (17.19% from 255) = 11.75%

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

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

R = 11.75%
G = 23.22%
B = 65.03%

CMYK

 C value IS 0.82

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2B55EE (or 0x2B55EE) is known color: Royal Blue. HEX triplet: 2B, 55 and EE. RGB value is (43,85,238). Sum of RGB (Red+Green+Blue) = 43+85+238=366 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.75% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 238 (93.36% from 255 or 65.03% from 366); Max value from RGB is 238 - color contains mainly: blue. Hex color #2B55EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B55EE is #D4AA11. Grayscale: #595959. Windows color (decimal): -13937170 or 15619371. OLE color: 15619371.

HSL color Cylindrical-coordinate representation of color #2B55EE: hue angle of 227.08º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B55EE is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 43 85 238 -
CMYK 0.82 0.64 0 0.07
HSL 227.08º 0.85% 0.55% -
HSV(B) 227.08º 0.82% 0.93% -
XYZ 19.68 13.18 82.4 -
YUV 89.88 211.59 94.56 -
System Red Green Blue C M Y K H S L
Decimal 43 85 238 0.82 0.64 0 0.07 227.08 0.85 0.55
Hex 2B 55 EE 52 40 0 7 E3 55 37
Octal 53 125 356 122 100 0 7 343 125 67
Binary 101011 1010101 11101110 1010010 1000000 0 111 11100011 1010101 110111

Color Harmonies of #2B55EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B55EE

Black with #2B55EE

Text Example


Text Example

White with #2B55EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B55EE; }

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

 H1.HeaderClassName
 {
   color: #2B55EE;
 }
 .AnyTagClassName
 {
   color: #2B55EE;
 }
</style>

background-color css

<style>
 a { background-color: #2B55EE; }

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

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

border-color css

<style>
 span { border-color: #2B55EE; }

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

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