Html Css Color HEX #2C6ADB Royal Blue

📋 copy color: '#2C6ADB'

red 44 ◦ green 106 ◦ blue 219

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

Shades of Royal Blue #2C6ADB

Tints of Royal Blue #2C6ADB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.73%

 BLUE value IS 219 (85.94% from 255) = 59.35%

R = 11.92%
G = 28.73%
B = 59.35%

CMYK

 C value IS 0.80

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2C6ADB (or 0x2C6ADB) is known color: Royal Blue. HEX triplet: 2C, 6A and DB. RGB value is (44,106,219). Sum of RGB (Red+Green+Blue) = 44+106+219=369 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.92% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #2C6ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C6ADB is #D39524. Grayscale: #636363. Windows color (decimal): -13866277 or 14379564. OLE color: 14379564.

HSL color Cylindrical-coordinate representation of color #2C6ADB: hue angle of 218.74º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C6ADB is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 44 106 219 -
CMYK 0.80 0.52 0 0.14
HSL 218.74º 0.71% 0.52% -
HSV(B) 218.74º 0.8% 0.86% -
XYZ 18.98 15.96 69.1 -
YUV 100.34 194.96 87.81 -
System Red Green Blue C M Y K H S L
Decimal 44 106 219 0.80 0.52 0 0.14 218.74 0.71 0.52
Hex 2C 6A DB 50 34 0 E DB 47 34
Octal 54 152 333 120 64 0 16 333 107 64
Binary 101100 1101010 11011011 1010000 110100 0 1110 11011011 1000111 110100

Color Harmonies of #2C6ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C6ADB

Black with #2C6ADB

Text Example


Text Example

White with #2C6ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,106,219); }

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

background-color css

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

 a { background-color: rgb(44,106,219); }

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

border-color css

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

 span { border-color: rgb(44,106,219); }

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