Html Css Color HEX #294BE3 Cerulean Blue

📋 copy color: '#294BE3'

red 41 ◦ green 75 ◦ blue 227

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

Shades of Cerulean Blue #294BE3

Tints of Cerulean Blue #294BE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 66.18%

R = 11.95%
G = 21.87%
B = 66.18%

CMYK

 C value IS 0.82

 M value IS 0.67

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#294BE3 (or 0x294BE3) is known color: Cerulean Blue. HEX triplet: 29, 4B and E3. RGB value is (41,75,227). Sum of RGB (Red+Green+Blue) = 41+75+227=343 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.95% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 227 (89.06% from 255 or 66.18% from 343); Max value from RGB is 227 - color contains mainly: blue. Hex color #294BE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294BE3 is #D6B41C. Grayscale: #515151. Windows color (decimal): -14070813 or 14895913. OLE color: 14895913.

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

Color convert

RGB 41 75 227 -
CMYK 0.82 0.67 0 0.11
HSL 229.03º 0.77% 0.53% -
HSV(B) 229.03º 0.82% 0.89% -
XYZ 17.3 11.05 73.89 -
YUV 82.16 209.74 98.64 -
System Red Green Blue C M Y K H S L
Decimal 41 75 227 0.82 0.67 0 0.11 229.03 0.77 0.53
Hex 29 4B E3 52 43 0 B E5 4D 35
Octal 51 113 343 122 103 0 13 345 115 65
Binary 101001 1001011 11100011 1010010 1000011 0 1011 11100101 1001101 110101

Color Harmonies of #294BE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294BE3

Black with #294BE3

Text Example


Text Example

White with #294BE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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