Html Css Color HEX #2C6BCE Royal Blue

📋 copy color: '#2C6BCE'

red 44 ◦ green 107 ◦ blue 206

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

Shades of Royal Blue #2C6BCE

Tints of Royal Blue #2C6BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 57.7%

R = 12.32%
G = 29.97%
B = 57.7%

CMYK

 C value IS 0.79

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2C6BCE (or 0x2C6BCE) is known color: Royal Blue. HEX triplet: 2C, 6B and CE. RGB value is (44,107,206). Sum of RGB (Red+Green+Blue) = 44+107+206=357 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.32% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #2C6BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C6BCE is #D39431. Grayscale: #626262. Windows color (decimal): -13866034 or 13527852. OLE color: 13527852.

HSL color Cylindrical-coordinate representation of color #2C6BCE: hue angle of 216.67º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C6BCE is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 44 107 206 -
CMYK 0.79 0.48 0 0.19
HSL 216.67º 0.65% 0.49% -
HSV(B) 216.67º 0.79% 0.81% -
XYZ 17.44 15.51 60.47 -
YUV 99.45 188.13 88.45 -
System Red Green Blue C M Y K H S L
Decimal 44 107 206 0.79 0.48 0 0.19 216.67 0.65 0.49
Hex 2C 6B CE 4F 30 0 13 D9 41 31
Octal 54 153 316 117 60 0 23 331 101 61
Binary 101100 1101011 11001110 1001111 110000 0 10011 11011001 1000001 110001

Color Harmonies of #2C6BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C6BCE

Black with #2C6BCE

Text Example


Text Example

White with #2C6BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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