Html Css Color HEX #294CED Royal Blue

📋 copy color: '#294CED'

red 41 ◦ green 76 ◦ blue 237

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

Shades of Royal Blue #294CED

Tints of Royal Blue #294CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 66.95%

R = 11.58%
G = 21.47%
B = 66.95%

CMYK

 C value IS 0.83

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#294CED (or 0x294CED) is known color: Royal Blue. HEX triplet: 29, 4C and ED. RGB value is (41,76,237). Sum of RGB (Red+Green+Blue) = 41+76+237=354 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.58% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 237 (92.97% from 255 or 66.95% from 354); Max value from RGB is 237 - color contains mainly: blue. Hex color #294CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #294CED is #D6B312. Grayscale: #535353. Windows color (decimal): -14070547 or 15551529. OLE color: 15551529.

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

Color convert

RGB 41 76 237 -
CMYK 0.83 0.68 0 0.07
HSL 229.29º 0.84% 0.55% -
HSV(B) 229.29º 0.83% 0.93% -
XYZ 18.78 11.75 81.4 -
YUV 83.89 214.4 97.41 -
System Red Green Blue C M Y K H S L
Decimal 41 76 237 0.83 0.68 0 0.07 229.29 0.84 0.55
Hex 29 4C ED 53 44 0 7 E5 54 37
Octal 51 114 355 123 104 0 7 345 124 67
Binary 101001 1001100 11101101 1010011 1000100 0 111 11100101 1010100 110111

Color Harmonies of #294CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294CED

Black with #294CED

Text Example


Text Example

White with #294CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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