Html Css Color HEX #2C6EEF Royal Blue

📋 copy color: '#2C6EEF'

red 44 ◦ green 110 ◦ blue 239

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

Shades of Royal Blue #2C6EEF

Tints of Royal Blue #2C6EEF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.99%

 BLUE value IS 239 (93.75% from 255) = 60.81%

R = 11.2%
G = 27.99%
B = 60.81%

CMYK

 C value IS 0.82

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2C6EEF (or 0x2C6EEF) is known color: Royal Blue. HEX triplet: 2C, 6E and EF. RGB value is (44,110,239). Sum of RGB (Red+Green+Blue) = 44+110+239=393 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.20% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 239 (93.75% from 255 or 60.81% from 393); Max value from RGB is 239 - color contains mainly: blue. Hex color #2C6EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C6EEF is #D39110. Grayscale: #686868. Windows color (decimal): -13865233 or 15691308. OLE color: 15691308.

HSL color Cylindrical-coordinate representation of color #2C6EEF: hue angle of 219.69º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C6EEF is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 44 110 239 -
CMYK 0.82 0.54 0 0.06
HSL 219.69º 0.86% 0.55% -
HSV(B) 219.69º 0.82% 0.94% -
XYZ 22.19 17.92 83.95 -
YUV 104.97 203.63 84.51 -
System Red Green Blue C M Y K H S L
Decimal 44 110 239 0.82 0.54 0 0.06 219.69 0.86 0.55
Hex 2C 6E EF 52 36 0 6 DC 56 37
Octal 54 156 357 122 66 0 6 334 126 67
Binary 101100 1101110 11101111 1010010 110110 0 110 11011100 1010110 110111

Color Harmonies of #2C6EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C6EEF

Black with #2C6EEF

Text Example


Text Example

White with #2C6EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,110,239); }

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

background-color css

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

 a { background-color: rgb(44,110,239); }

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

border-color css

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

 span { border-color: rgb(44,110,239); }

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