Html Css Color HEX #2B5EDB Royal Blue

📋 copy color: '#2B5EDB'

red 43 ◦ green 94 ◦ blue 219

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

Shades of Royal Blue #2B5EDB

Tints of Royal Blue #2B5EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.4%

 BLUE value IS 219 (85.94% from 255) = 61.52%

R = 12.08%
G = 26.4%
B = 61.52%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2B5EDB (or 0x2B5EDB) is known color: Royal Blue. HEX triplet: 2B, 5E and DB. RGB value is (43,94,219). Sum of RGB (Red+Green+Blue) = 43+94+219=356 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.08% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 219 (85.94% from 255 or 61.52% from 356); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B5EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5EDB is #D4A124. Grayscale: #5C5C5C. Windows color (decimal): -13934885 or 14376491. OLE color: 14376491.

HSL color Cylindrical-coordinate representation of color #2B5EDB: hue angle of 222.61º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B5EDB is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 43 94 219 -
CMYK 0.80 0.57 0 0.14
HSL 222.61º 0.71% 0.51% -
HSV(B) 222.61º 0.8% 0.86% -
XYZ 17.79 13.63 68.71 -
YUV 93 199.1 92.34 -
System Red Green Blue C M Y K H S L
Decimal 43 94 219 0.80 0.57 0 0.14 222.61 0.71 0.51
Hex 2B 5E DB 50 39 0 E DF 47 33
Octal 53 136 333 120 71 0 16 337 107 63
Binary 101011 1011110 11011011 1010000 111001 0 1110 11011111 1000111 110011

Color Harmonies of #2B5EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5EDB

Black with #2B5EDB

Text Example


Text Example

White with #2B5EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,94,219); }

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

background-color css

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

 a { background-color: rgb(43,94,219); }

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

border-color css

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

 span { border-color: rgb(43,94,219); }

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