Html Css Color HEX #2C6DE1 Royal Blue

📋 copy color: '#2C6DE1'

red 44 ◦ green 109 ◦ blue 225

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

Shades of Royal Blue #2C6DE1

Tints of Royal Blue #2C6DE1

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.84%

 BLUE value IS 225 (88.28% from 255) = 59.52%

R = 11.64%
G = 28.84%
B = 59.52%

CMYK

 C value IS 0.80

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2C6DE1 (or 0x2C6DE1) is known color: Royal Blue. HEX triplet: 2C, 6D and E1. RGB value is (44,109,225). Sum of RGB (Red+Green+Blue) = 44+109+225=378 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.64% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 225 (88.28% from 255 or 59.52% from 378); Max value from RGB is 225 - color contains mainly: blue. Hex color #2C6DE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C6DE1 is #D3921E. Grayscale: #666666. Windows color (decimal): -13865503 or 14773548. OLE color: 14773548.

HSL color Cylindrical-coordinate representation of color #2C6DE1: hue angle of 218.45º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C6DE1 is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 44 109 225 -
CMYK 0.80 0.52 0 0.12
HSL 218.45º 0.75% 0.53% -
HSV(B) 218.45º 0.8% 0.88% -
XYZ 20.1 16.91 73.44 -
YUV 102.79 196.97 86.07 -
System Red Green Blue C M Y K H S L
Decimal 44 109 225 0.80 0.52 0 0.12 218.45 0.75 0.53
Hex 2C 6D E1 50 34 0 C DA 4B 35
Octal 54 155 341 120 64 0 14 332 113 65
Binary 101100 1101101 11100001 1010000 110100 0 1100 11011010 1001011 110101

Color Harmonies of #2C6DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C6DE1

Black with #2C6DE1

Text Example


Text Example

White with #2C6DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,109,225); }

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

background-color css

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

 a { background-color: rgb(44,109,225); }

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

border-color css

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

 span { border-color: rgb(44,109,225); }

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