Html Css Color HEX #294BEF Royal Blue

📋 copy color: '#294BEF'

red 41 ◦ green 75 ◦ blue 239

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

Shades of Royal Blue #294BEF

Tints of Royal Blue #294BEF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.13%

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

R = 11.55%
G = 21.13%
B = 67.32%

CMYK

 C value IS 0.83

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#294BEF (or 0x294BEF) is known color: Royal Blue. HEX triplet: 29, 4B and EF. RGB value is (41,75,239). Sum of RGB (Red+Green+Blue) = 41+75+239=355 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.55% from 355); Green value is 75 (29.69% from 255 or 21.13% from 355); Blue value is 239 (93.75% from 255 or 67.32% from 355); Max value from RGB is 239 - color contains mainly: blue. Hex color #294BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #294BEF is #D6B410. Grayscale: #525252. Windows color (decimal): -14070801 or 15682345. OLE color: 15682345.

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

Color convert

RGB 41 75 239 -
CMYK 0.83 0.69 0 0.06
HSL 229.7º 0.86% 0.55% -
HSV(B) 229.7º 0.83% 0.94% -
XYZ 19.01 11.74 82.92 -
YUV 83.53 215.74 97.66 -
System Red Green Blue C M Y K H S L
Decimal 41 75 239 0.83 0.69 0 0.06 229.7 0.86 0.55
Hex 29 4B EF 53 45 0 6 E6 56 37
Octal 51 113 357 123 105 0 6 346 126 67
Binary 101001 1001011 11101111 1010011 1000101 0 110 11100110 1010110 110111

Color Harmonies of #294BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294BEF

Black with #294BEF

Text Example


Text Example

White with #294BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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