Html Css Color HEX #294FD2 Cerulean Blue

📋 copy color: '#294FD2'

red 41 ◦ green 79 ◦ blue 210

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

Shades of Cerulean Blue #294FD2

Tints of Cerulean Blue #294FD2

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.94%

 BLUE value IS 210 (82.42% from 255) = 63.64%

R = 12.42%
G = 23.94%
B = 63.64%

CMYK

 C value IS 0.80

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#294FD2 (or 0x294FD2) is known color: Cerulean Blue. HEX triplet: 29, 4F and D2. RGB value is (41,79,210). Sum of RGB (Red+Green+Blue) = 41+79+210=330 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.42% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 210 (82.42% from 255 or 63.64% from 330); Max value from RGB is 210 - color contains mainly: blue. Hex color #294FD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294FD2 is #D6B02D. Grayscale: #525252. Windows color (decimal): -14069806 or 13782825. OLE color: 13782825.

HSL color Cylindrical-coordinate representation of color #294FD2: hue angle of 226.51º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #294FD2 is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 41 79 210 -
CMYK 0.80 0.62 0 0.18
HSL 226.51º 0.67% 0.49% -
HSV(B) 226.51º 0.8% 0.82% -
XYZ 15.34 10.72 62.23 -
YUV 82.57 199.91 98.35 -
System Red Green Blue C M Y K H S L
Decimal 41 79 210 0.80 0.62 0 0.18 226.51 0.67 0.49
Hex 29 4F D2 50 3E 0 12 E3 43 31
Octal 51 117 322 120 76 0 22 343 103 61
Binary 101001 1001111 11010010 1010000 111110 0 10010 11100011 1000011 110001

Color Harmonies of #294FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294FD2

Black with #294FD2

Text Example


Text Example

White with #294FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,79,210); }

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

background-color css

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

 a { background-color: rgb(41,79,210); }

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

border-color css

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

 span { border-color: rgb(41,79,210); }

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