Html Css Color HEX #294CE6 Royal Blue

📋 copy color: '#294CE6'

red 41 ◦ green 76 ◦ blue 230

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

Shades of Royal Blue #294CE6

Tints of Royal Blue #294CE6

RGB

 RED value IS 41 (16.41% from 255) = 11.82%

 GREEN value IS 76 (30.08% from 255) = 21.9%

 BLUE value IS 230 (90.23% from 255) = 66.28%

R = 11.82%
G = 21.9%
B = 66.28%

CMYK

 C value IS 0.82

 M value IS 0.67

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#294CE6 (or 0x294CE6) is known color: Royal Blue. HEX triplet: 29, 4C and E6. RGB value is (41,76,230). Sum of RGB (Red+Green+Blue) = 41+76+230=347 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.82% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 230 (90.23% from 255 or 66.28% from 347); Max value from RGB is 230 - color contains mainly: blue. Hex color #294CE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #294CE6 is #D6B319. Grayscale: #525252. Windows color (decimal): -14070554 or 15092777. OLE color: 15092777.

HSL color Cylindrical-coordinate representation of color #294CE6: hue angle of 228.89º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #294CE6 is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 41 76 230 -
CMYK 0.82 0.67 0 0.10
HSL 228.89º 0.79% 0.53% -
HSV(B) 228.89º 0.82% 0.9% -
XYZ 17.78 11.35 76.12 -
YUV 83.09 210.9 97.98 -
System Red Green Blue C M Y K H S L
Decimal 41 76 230 0.82 0.67 0 0.10 228.89 0.79 0.53
Hex 29 4C E6 52 43 0 A E5 4F 35
Octal 51 114 346 122 103 0 12 345 117 65
Binary 101001 1001100 11100110 1010010 1000011 0 1010 11100101 1001111 110101

Color Harmonies of #294CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294CE6

Black with #294CE6

Text Example


Text Example

White with #294CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294CE6; }

 p { color: rgb(41,76,230); }

 H1.HeaderClassName
 {
   color: #294CE6;
 }
 .AnyTagClassName
 {
   color: #294CE6;
 }
</style>

background-color css

<style>
 a { background-color: #294CE6; }

 a { background-color: rgb(41,76,230); }

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

border-color css

<style>
 span { border-color: #294CE6; }

 span { border-color: rgb(41,76,230); }

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