Html Css Color HEX #2C5FDB Royal Blue

📋 copy color: '#2C5FDB'

red 44 ◦ green 95 ◦ blue 219

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

Shades of Royal Blue #2C5FDB

Tints of Royal Blue #2C5FDB

RGB

 RED value IS 44 (17.58% from 255) = 12.29%

 GREEN value IS 95 (37.5% from 255) = 26.54%

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

R = 12.29%
G = 26.54%
B = 61.17%

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

#2C5FDB (or 0x2C5FDB) is known color: Royal Blue. HEX triplet: 2C, 5F and DB. RGB value is (44,95,219). Sum of RGB (Red+Green+Blue) = 44+95+219=358 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.29% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 219 (85.94% from 255 or 61.17% from 358); Max value from RGB is 219 - color contains mainly: blue. Hex color #2C5FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C5FDB is #D3A024. Grayscale: #5D5D5D. Windows color (decimal): -13869093 or 14376748. OLE color: 14376748.

HSL color Cylindrical-coordinate representation of color #2C5FDB: hue angle of 222.51º degrees, saturation: 0.71, 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 #2C5FDB is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 44 95 219 -
CMYK 0.80 0.57 0 0.14
HSL 222.51º 0.71% 0.52% -
HSV(B) 222.51º 0.8% 0.86% -
XYZ 17.92 13.83 68.74 -
YUV 93.89 198.6 92.42 -
System Red Green Blue C M Y K H S L
Decimal 44 95 219 0.80 0.57 0 0.14 222.51 0.71 0.52
Hex 2C 5F DB 50 39 0 E DF 47 34
Octal 54 137 333 120 71 0 16 337 107 64
Binary 101100 1011111 11011011 1010000 111001 0 1110 11011111 1000111 110100

Color Harmonies of #2C5FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5FDB

Black with #2C5FDB

Text Example


Text Example

White with #2C5FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,95,219); }

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

background-color css

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

 a { background-color: rgb(44,95,219); }

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

border-color css

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

 span { border-color: rgb(44,95,219); }

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