Html Css Color HEX #2C6CEF Royal Blue

📋 copy color: '#2C6CEF'

red 44 ◦ green 108 ◦ blue 239

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

Shades of Royal Blue #2C6CEF

Tints of Royal Blue #2C6CEF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.62%

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

R = 11.25%
G = 27.62%
B = 61.13%

CMYK

 C value IS 0.82

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2C6CEF (or 0x2C6CEF) is known color: Royal Blue. HEX triplet: 2C, 6C and EF. RGB value is (44,108,239). Sum of RGB (Red+Green+Blue) = 44+108+239=391 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.25% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 239 (93.75% from 255 or 61.13% from 391); Max value from RGB is 239 - color contains mainly: blue. Hex color #2C6CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C6CEF is #D39310. Grayscale: #676767. Windows color (decimal): -13865745 or 15690796. OLE color: 15690796.

HSL color Cylindrical-coordinate representation of color #2C6CEF: hue angle of 220.31º 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 #2C6CEF is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 44 108 239 -
CMYK 0.82 0.55 0 0.06
HSL 220.31º 0.86% 0.55% -
HSV(B) 220.31º 0.82% 0.94% -
XYZ 21.98 17.49 83.88 -
YUV 103.8 204.3 85.35 -
System Red Green Blue C M Y K H S L
Decimal 44 108 239 0.82 0.55 0 0.06 220.31 0.86 0.55
Hex 2C 6C EF 52 37 0 6 DC 56 37
Octal 54 154 357 122 67 0 6 334 126 67
Binary 101100 1101100 11101111 1010010 110111 0 110 11011100 1010110 110111

Color Harmonies of #2C6CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C6CEF

Black with #2C6CEF

Text Example


Text Example

White with #2C6CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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