Html Css Color HEX #2C5FDE Royal Blue

📋 copy color: '#2C5FDE'

red 44 ◦ green 95 ◦ blue 222

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

Shades of Royal Blue #2C5FDE

Tints of Royal Blue #2C5FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 61.5%

R = 12.19%
G = 26.32%
B = 61.5%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2C5FDE (or 0x2C5FDE) is known color: Royal Blue. HEX triplet: 2C, 5F and DE. RGB value is (44,95,222). Sum of RGB (Red+Green+Blue) = 44+95+222=361 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.19% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 222 (87.11% from 255 or 61.50% from 361); Max value from RGB is 222 - color contains mainly: blue. Hex color #2C5FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C5FDE is #D3A021. Grayscale: #5D5D5D. Windows color (decimal): -13869090 or 14573356. OLE color: 14573356.

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

Color convert

RGB 44 95 222 -
CMYK 0.80 0.57 0 0.13
HSL 222.81º 0.73% 0.52% -
HSV(B) 222.81º 0.8% 0.87% -
XYZ 18.32 13.99 70.84 -
YUV 94.23 200.1 92.17 -
System Red Green Blue C M Y K H S L
Decimal 44 95 222 0.80 0.57 0 0.13 222.81 0.73 0.52
Hex 2C 5F DE 50 39 0 D DF 49 34
Octal 54 137 336 120 71 0 15 337 111 64
Binary 101100 1011111 11011110 1010000 111001 0 1101 11011111 1001001 110100

Color Harmonies of #2C5FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5FDE

Black with #2C5FDE

Text Example


Text Example

White with #2C5FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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