Html Css Color HEX #2B5EDD Royal Blue

📋 copy color: '#2B5EDD'

red 43 ◦ green 94 ◦ blue 221

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

Shades of Royal Blue #2B5EDD

Tints of Royal Blue #2B5EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 61.73%

R = 12.01%
G = 26.26%
B = 61.73%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2B5EDD (or 0x2B5EDD) is known color: Royal Blue. HEX triplet: 2B, 5E and DD. RGB value is (43,94,221). Sum of RGB (Red+Green+Blue) = 43+94+221=358 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.01% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 221 (86.72% from 255 or 61.73% from 358); Max value from RGB is 221 - color contains mainly: blue. Hex color #2B5EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5EDD is #D4A122. Grayscale: #5C5C5C. Windows color (decimal): -13934883 or 14507563. OLE color: 14507563.

HSL color Cylindrical-coordinate representation of color #2B5EDD: hue angle of 222.81º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B5EDD is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 43 94 221 -
CMYK 0.81 0.57 0 0.13
HSL 222.81º 0.72% 0.52% -
HSV(B) 222.81º 0.81% 0.87% -
XYZ 18.05 13.74 70.11 -
YUV 93.23 200.1 92.17 -
System Red Green Blue C M Y K H S L
Decimal 43 94 221 0.81 0.57 0 0.13 222.81 0.72 0.52
Hex 2B 5E DD 51 39 0 D DF 48 34
Octal 53 136 335 121 71 0 15 337 110 64
Binary 101011 1011110 11011101 1010001 111001 0 1101 11011111 1001000 110100

Color Harmonies of #2B5EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5EDD

Black with #2B5EDD

Text Example


Text Example

White with #2B5EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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