Html Css Color HEX #2C6BDB Royal Blue

📋 copy color: '#2C6BDB'

red 44 ◦ green 107 ◦ blue 219

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

Shades of Royal Blue #2C6BDB

Tints of Royal Blue #2C6BDB

RGB

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

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

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

R = 11.89%
G = 28.92%
B = 59.19%

CMYK

 C value IS 0.80

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2C6BDB (or 0x2C6BDB) is known color: Royal Blue. HEX triplet: 2C, 6B and DB. RGB value is (44,107,219). Sum of RGB (Red+Green+Blue) = 44+107+219=370 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.89% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #2C6BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C6BDB is #D39424. Grayscale: #646464. Windows color (decimal): -13866021 or 14379820. OLE color: 14379820.

HSL color Cylindrical-coordinate representation of color #2C6BDB: hue angle of 218.4º 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 #2C6BDB is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 44 107 219 -
CMYK 0.80 0.51 0 0.14
HSL 218.4º 0.71% 0.52% -
HSV(B) 218.4º 0.8% 0.86% -
XYZ 19.08 16.17 69.13 -
YUV 100.93 194.63 87.39 -
System Red Green Blue C M Y K H S L
Decimal 44 107 219 0.80 0.51 0 0.14 218.4 0.71 0.52
Hex 2C 6B DB 50 33 0 E DA 47 34
Octal 54 153 333 120 63 0 16 332 107 64
Binary 101100 1101011 11011011 1010000 110011 0 1110 11011010 1000111 110100

Color Harmonies of #2C6BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C6BDB

Black with #2C6BDB

Text Example


Text Example

White with #2C6BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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