Html Css Color HEX #294EEF Royal Blue

📋 copy color: '#294EEF'

red 41 ◦ green 78 ◦ blue 239

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

Shades of Royal Blue #294EEF

Tints of Royal Blue #294EEF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.79%

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

R = 11.45%
G = 21.79%
B = 66.76%

CMYK

 C value IS 0.83

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#294EEF (or 0x294EEF) is known color: Royal Blue. HEX triplet: 29, 4E and EF. RGB value is (41,78,239). Sum of RGB (Red+Green+Blue) = 41+78+239=358 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.45% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 239 (93.75% from 255 or 66.76% from 358); Max value from RGB is 239 - color contains mainly: blue. Hex color #294EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #294EEF is #D6B110. Grayscale: #545454. Windows color (decimal): -14070033 or 15683113. OLE color: 15683113.

HSL color Cylindrical-coordinate representation of color #294EEF: hue angle of 228.79º 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 #294EEF is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 41 78 239 -
CMYK 0.83 0.67 0 0.06
HSL 228.79º 0.86% 0.55% -
HSV(B) 228.79º 0.83% 0.94% -
XYZ 19.22 12.15 82.99 -
YUV 85.29 214.74 96.41 -
System Red Green Blue C M Y K H S L
Decimal 41 78 239 0.83 0.67 0 0.06 228.79 0.86 0.55
Hex 29 4E EF 53 43 0 6 E5 56 37
Octal 51 116 357 123 103 0 6 345 126 67
Binary 101001 1001110 11101111 1010011 1000011 0 110 11100101 1010110 110111

Color Harmonies of #294EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294EEF

Black with #294EEF

Text Example


Text Example

White with #294EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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