Html Css Color HEX #2B59EF Royal Blue

📋 copy color: '#2B59EF'

red 43 ◦ green 89 ◦ blue 239

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

Shades of Royal Blue #2B59EF

Tints of Royal Blue #2B59EF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.99%

 BLUE value IS 239 (93.75% from 255) = 64.42%

R = 11.59%
G = 23.99%
B = 64.42%

CMYK

 C value IS 0.82

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2B59EF (or 0x2B59EF) is known color: Royal Blue. HEX triplet: 2B, 59 and EF. RGB value is (43,89,239). Sum of RGB (Red+Green+Blue) = 43+89+239=371 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.59% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 239 (93.75% from 255 or 64.42% from 371); Max value from RGB is 239 - color contains mainly: blue. Hex color #2B59EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B59EF is #D4A610. Grayscale: #5B5B5B. Windows color (decimal): -13936145 or 15685931. OLE color: 15685931.

HSL color Cylindrical-coordinate representation of color #2B59EF: hue angle of 225.92º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B59EF is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 43 89 239 -
CMYK 0.82 0.63 0 0.06
HSL 225.92º 0.86% 0.55% -
HSV(B) 225.92º 0.82% 0.94% -
XYZ 20.15 13.89 83.28 -
YUV 92.35 210.76 92.8 -
System Red Green Blue C M Y K H S L
Decimal 43 89 239 0.82 0.63 0 0.06 225.92 0.86 0.55
Hex 2B 59 EF 52 3F 0 6 E2 56 37
Octal 53 131 357 122 77 0 6 342 126 67
Binary 101011 1011001 11101111 1010010 111111 0 110 11100010 1010110 110111

Color Harmonies of #2B59EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B59EF

Black with #2B59EF

Text Example


Text Example

White with #2B59EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,89,239); }

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

background-color css

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

 a { background-color: rgb(43,89,239); }

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

border-color css

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

 span { border-color: rgb(43,89,239); }

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