Html Css Color HEX #2C5FEB Royal Blue

📋 copy color: '#2C5FEB'

red 44 ◦ green 95 ◦ blue 235

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

Shades of Royal Blue #2C5FEB

Tints of Royal Blue #2C5FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 62.83%

R = 11.76%
G = 25.4%
B = 62.83%

CMYK

 C value IS 0.81

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2C5FEB (or 0x2C5FEB) is known color: Royal Blue. HEX triplet: 2C, 5F and EB. RGB value is (44,95,235). Sum of RGB (Red+Green+Blue) = 44+95+235=374 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.76% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 235 (92.19% from 255 or 62.83% from 374); Max value from RGB is 235 - color contains mainly: blue. Hex color #2C5FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C5FEB is #D3A014. Grayscale: #5F5F5F. Windows color (decimal): -13869077 or 15425324. OLE color: 15425324.

HSL color Cylindrical-coordinate representation of color #2C5FEB: hue angle of 223.98º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C5FEB is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 44 95 235 -
CMYK 0.81 0.60 0 0.08
HSL 223.98º 0.83% 0.55% -
HSV(B) 223.98º 0.81% 0.92% -
XYZ 20.13 14.72 80.38 -
YUV 95.71 206.6 91.12 -
System Red Green Blue C M Y K H S L
Decimal 44 95 235 0.81 0.60 0 0.08 223.98 0.83 0.55
Hex 2C 5F EB 51 3C 0 8 E0 53 37
Octal 54 137 353 121 74 0 10 340 123 67
Binary 101100 1011111 11101011 1010001 111100 0 1000 11100000 1010011 110111

Color Harmonies of #2C5FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5FEB

Black with #2C5FEB

Text Example


Text Example

White with #2C5FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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