Html Css Color HEX #2C6FEA Royal Blue

📋 copy color: '#2C6FEA'

red 44 ◦ green 111 ◦ blue 234

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

Shades of Royal Blue #2C6FEA

Tints of Royal Blue #2C6FEA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.53%

 BLUE value IS 234 (91.8% from 255) = 60.15%

R = 11.31%
G = 28.53%
B = 60.15%

CMYK

 C value IS 0.81

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2C6FEA (or 0x2C6FEA) is known color: Royal Blue. HEX triplet: 2C, 6F and EA. RGB value is (44,111,234). Sum of RGB (Red+Green+Blue) = 44+111+234=389 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.31% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 234 (91.80% from 255 or 60.15% from 389); Max value from RGB is 234 - color contains mainly: blue. Hex color #2C6FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C6FEA is #D39015. Grayscale: #686868. Windows color (decimal): -13864982 or 15363884. OLE color: 15363884.

HSL color Cylindrical-coordinate representation of color #2C6FEA: hue angle of 218.84º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C6FEA is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 44 111 234 -
CMYK 0.81 0.53 0 0.08
HSL 218.84º 0.82% 0.55% -
HSV(B) 218.84º 0.81% 0.92% -
XYZ 21.57 17.84 80.15 -
YUV 104.99 200.8 84.5 -
System Red Green Blue C M Y K H S L
Decimal 44 111 234 0.81 0.53 0 0.08 218.84 0.82 0.55
Hex 2C 6F EA 51 35 0 8 DB 52 37
Octal 54 157 352 121 65 0 10 333 122 67
Binary 101100 1101111 11101010 1010001 110101 0 1000 11011011 1010010 110111

Color Harmonies of #2C6FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C6FEA

Black with #2C6FEA

Text Example


Text Example

White with #2C6FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,111,234); }

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

background-color css

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

 a { background-color: rgb(44,111,234); }

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

border-color css

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

 span { border-color: rgb(44,111,234); }

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