Html Css Color HEX #2C6BE0 Royal Blue

📋 copy color: '#2C6BE0'

red 44 ◦ green 107 ◦ blue 224

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

Shades of Royal Blue #2C6BE0

Tints of Royal Blue #2C6BE0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.53%

 BLUE value IS 224 (87.89% from 255) = 59.73%

R = 11.73%
G = 28.53%
B = 59.73%

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

#2C6BE0 (or 0x2C6BE0) is known color: Royal Blue. HEX triplet: 2C, 6B and E0. RGB value is (44,107,224). Sum of RGB (Red+Green+Blue) = 44+107+224=375 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.73% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 224 (87.89% from 255 or 59.73% from 375); Max value from RGB is 224 - color contains mainly: blue. Hex color #2C6BE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C6BE0 is #D3941F. Grayscale: #646464. Windows color (decimal): -13866016 or 14707500. OLE color: 14707500.

HSL color Cylindrical-coordinate representation of color #2C6BE0: hue angle of 219º degrees, saturation: 0.74, 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 #2C6BE0 is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 44 107 224 -
CMYK 0.80 0.52 0 0.12
HSL 219º 0.74% 0.53% -
HSV(B) 219º 0.8% 0.88% -
XYZ 19.75 16.43 72.65 -
YUV 101.5 197.13 86.99 -
System Red Green Blue C M Y K H S L
Decimal 44 107 224 0.80 0.52 0 0.12 219 0.74 0.53
Hex 2C 6B E0 50 34 0 C DB 4A 35
Octal 54 153 340 120 64 0 14 333 112 65
Binary 101100 1101011 11100000 1010000 110100 0 1100 11011011 1001010 110101

Color Harmonies of #2C6BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C6BE0

Black with #2C6BE0

Text Example


Text Example

White with #2C6BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,107,224); }

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

background-color css

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

 a { background-color: rgb(44,107,224); }

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

border-color css

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

 span { border-color: rgb(44,107,224); }

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