Html Css Color HEX #294CEF Royal Blue

📋 copy color: '#294CEF'

red 41 ◦ green 76 ◦ blue 239

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

Shades of Royal Blue #294CEF

Tints of Royal Blue #294CEF

RGB

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

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

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

R = 11.52%
G = 21.35%
B = 67.13%

CMYK

 C value IS 0.83

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#294CEF (or 0x294CEF) is known color: Royal Blue. HEX triplet: 29, 4C and EF. RGB value is (41,76,239). Sum of RGB (Red+Green+Blue) = 41+76+239=356 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.52% from 356); Green value is 76 (30.08% from 255 or 21.35% from 356); Blue value is 239 (93.75% from 255 or 67.13% from 356); Max value from RGB is 239 - color contains mainly: blue. Hex color #294CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #294CEF is #D6B310. Grayscale: #535353. Windows color (decimal): -14070545 or 15682601. OLE color: 15682601.

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

Color convert

RGB 41 76 239 -
CMYK 0.83 0.68 0 0.06
HSL 229.39º 0.86% 0.55% -
HSV(B) 229.39º 0.83% 0.94% -
XYZ 19.08 11.87 82.95 -
YUV 84.12 215.4 97.25 -
System Red Green Blue C M Y K H S L
Decimal 41 76 239 0.83 0.68 0 0.06 229.39 0.86 0.55
Hex 29 4C EF 53 44 0 6 E5 56 37
Octal 51 114 357 123 104 0 6 345 126 67
Binary 101001 1001100 11101111 1010011 1000100 0 110 11100101 1010110 110111

Color Harmonies of #294CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294CEF

Black with #294CEF

Text Example


Text Example

White with #294CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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