Html Css Color HEX #2B5CDC Royal Blue

📋 copy color: '#2B5CDC'

red 43 ◦ green 92 ◦ blue 220

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

Shades of Royal Blue #2B5CDC

Tints of Royal Blue #2B5CDC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.92%

 BLUE value IS 220 (86.33% from 255) = 61.97%

R = 12.11%
G = 25.92%
B = 61.97%

CMYK

 C value IS 0.80

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2B5CDC (or 0x2B5CDC) is known color: Royal Blue. HEX triplet: 2B, 5C and DC. RGB value is (43,92,220). Sum of RGB (Red+Green+Blue) = 43+92+220=355 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.11% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 220 (86.33% from 255 or 61.97% from 355); Max value from RGB is 220 - color contains mainly: blue. Hex color #2B5CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5CDC is #D4A323. Grayscale: #5B5B5B. Windows color (decimal): -13935396 or 14441515. OLE color: 14441515.

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

Color convert

RGB 43 92 220 -
CMYK 0.80 0.58 0 0.14
HSL 223.39º 0.72% 0.52% -
HSV(B) 223.39º 0.8% 0.86% -
XYZ 17.74 13.34 69.35 -
YUV 91.94 200.27 93.09 -
System Red Green Blue C M Y K H S L
Decimal 43 92 220 0.80 0.58 0 0.14 223.39 0.72 0.52
Hex 2B 5C DC 50 3A 0 E DF 48 34
Octal 53 134 334 120 72 0 16 337 110 64
Binary 101011 1011100 11011100 1010000 111010 0 1110 11011111 1001000 110100

Color Harmonies of #2B5CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5CDC

Black with #2B5CDC

Text Example


Text Example

White with #2B5CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,92,220); }

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

background-color css

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

 a { background-color: rgb(43,92,220); }

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

border-color css

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

 span { border-color: rgb(43,92,220); }

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