Html Css Color HEX #2B50ED Royal Blue

📋 copy color: '#2B50ED'

red 43 ◦ green 80 ◦ blue 237

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

Shades of Royal Blue #2B50ED

Tints of Royal Blue #2B50ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 65.83%

R = 11.94%
G = 22.22%
B = 65.83%

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

#2B50ED (or 0x2B50ED) is known color: Royal Blue. HEX triplet: 2B, 50 and ED. RGB value is (43,80,237). Sum of RGB (Red+Green+Blue) = 43+80+237=360 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.94% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 237 (92.97% from 255 or 65.83% from 360); Max value from RGB is 237 - color contains mainly: blue. Hex color #2B50ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B50ED is #D4AF12. Grayscale: #565656. Windows color (decimal): -13938451 or 15552555. OLE color: 15552555.

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

Color convert

RGB 43 80 237 -
CMYK 0.82 0.66 0 0.07
HSL 228.56º 0.84% 0.55% -
HSV(B) 228.56º 0.82% 0.93% -
XYZ 19.15 12.37 81.5 -
YUV 86.84 212.74 96.73 -
System Red Green Blue C M Y K H S L
Decimal 43 80 237 0.82 0.66 0 0.07 228.56 0.84 0.55
Hex 2B 50 ED 52 42 0 7 E5 54 37
Octal 53 120 355 122 102 0 7 345 124 67
Binary 101011 1010000 11101101 1010010 1000010 0 111 11100101 1010100 110111

Color Harmonies of #2B50ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B50ED

Black with #2B50ED

Text Example


Text Example

White with #2B50ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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