Html Css Color HEX #2B50EE Royal Blue

📋 copy color: '#2B50EE'

red 43 ◦ green 80 ◦ blue 238

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

Shades of Royal Blue #2B50EE

Tints of Royal Blue #2B50EE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.16%

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

R = 11.91%
G = 22.16%
B = 65.93%

CMYK

 C value IS 0.82

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2B50EE (or 0x2B50EE) is known color: Royal Blue. HEX triplet: 2B, 50 and EE. RGB value is (43,80,238). Sum of RGB (Red+Green+Blue) = 43+80+238=361 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.91% from 361); Green value is 80 (31.64% from 255 or 22.16% 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 #2B50EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B50EE is #D4AF11. Grayscale: #565656. Windows color (decimal): -13938450 or 15618091. OLE color: 15618091.

HSL color Cylindrical-coordinate representation of color #2B50EE: hue angle of 228.62º 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 #2B50EE is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 43 80 238 -
CMYK 0.82 0.66 0 0.07
HSL 228.62º 0.85% 0.55% -
HSV(B) 228.62º 0.82% 0.93% -
XYZ 19.3 12.42 82.27 -
YUV 86.95 213.24 96.65 -
System Red Green Blue C M Y K H S L
Decimal 43 80 238 0.82 0.66 0 0.07 228.62 0.85 0.55
Hex 2B 50 EE 52 42 0 7 E5 55 37
Octal 53 120 356 122 102 0 7 345 125 67
Binary 101011 1010000 11101110 1010010 1000010 0 111 11100101 1010101 110111

Color Harmonies of #2B50EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B50EE

Black with #2B50EE

Text Example


Text Example

White with #2B50EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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