Html Css Color HEX #2C67EC Royal Blue

📋 copy color: '#2C67EC'

red 44 ◦ green 103 ◦ blue 236

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

Shades of Royal Blue #2C67EC

Tints of Royal Blue #2C67EC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.89%

 BLUE value IS 236 (92.58% from 255) = 61.62%

R = 11.49%
G = 26.89%
B = 61.62%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2C67EC (or 0x2C67EC) is known color: Royal Blue. HEX triplet: 2C, 67 and EC. RGB value is (44,103,236). Sum of RGB (Red+Green+Blue) = 44+103+236=383 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.49% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 236 (92.58% from 255 or 61.62% from 383); Max value from RGB is 236 - color contains mainly: blue. Hex color #2C67EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C67EC is #D39813. Grayscale: #636363. Windows color (decimal): -13867028 or 15492908. OLE color: 15492908.

HSL color Cylindrical-coordinate representation of color #2C67EC: hue angle of 221.56º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C67EC is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 44 103 236 -
CMYK 0.81 0.56 0 0.07
HSL 221.56º 0.83% 0.55% -
HSV(B) 221.56º 0.81% 0.93% -
XYZ 21.03 16.29 81.39 -
YUV 100.52 204.45 87.69 -
System Red Green Blue C M Y K H S L
Decimal 44 103 236 0.81 0.56 0 0.07 221.56 0.83 0.55
Hex 2C 67 EC 51 38 0 7 DE 53 37
Octal 54 147 354 121 70 0 7 336 123 67
Binary 101100 1100111 11101100 1010001 111000 0 111 11011110 1010011 110111

Color Harmonies of #2C67EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C67EC

Black with #2C67EC

Text Example


Text Example

White with #2C67EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,103,236); }

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

background-color css

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

 a { background-color: rgb(44,103,236); }

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

border-color css

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

 span { border-color: rgb(44,103,236); }

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