Html Css Color HEX #2954CC Cerulean Blue

📋 copy color: '#2954CC'

red 41 ◦ green 84 ◦ blue 204

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

Shades of Cerulean Blue #2954CC

Tints of Cerulean Blue #2954CC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.53%

 BLUE value IS 204 (80.08% from 255) = 62.01%

R = 12.46%
G = 25.53%
B = 62.01%

CMYK

 C value IS 0.80

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2954CC (or 0x2954CC) is known color: Cerulean Blue. HEX triplet: 29, 54 and CC. RGB value is (41,84,204). Sum of RGB (Red+Green+Blue) = 41+84+204=329 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.46% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #2954CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2954CC is #D6AB33. Grayscale: #545454. Windows color (decimal): -14068532 or 13390889. OLE color: 13390889.

HSL color Cylindrical-coordinate representation of color #2954CC: hue angle of 224.17º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2954CC is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 41 84 204 -
CMYK 0.80 0.59 0 0.2
HSL 224.17º 0.67% 0.48% -
HSV(B) 224.17º 0.8% 0.8% -
XYZ 14.98 11.17 58.49 -
YUV 84.82 195.25 96.74 -
System Red Green Blue C M Y K H S L
Decimal 41 84 204 0.80 0.59 0 0.2 224.17 0.67 0.48
Hex 29 54 CC 50 3B 0 14 E0 43 30
Octal 51 124 314 120 73 0 24 340 103 60
Binary 101001 1010100 11001100 1010000 111011 0 10100 11100000 1000011 110000

Color Harmonies of #2954CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2954CC

Black with #2954CC

Text Example


Text Example

White with #2954CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2954CC; }

 p { color: rgb(41,84,204); }

 H1.HeaderClassName
 {
   color: #2954CC;
 }
 .AnyTagClassName
 {
   color: #2954CC;
 }
</style>

background-color css

<style>
 a { background-color: #2954CC; }

 a { background-color: rgb(41,84,204); }

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

border-color css

<style>
 span { border-color: #2954CC; }

 span { border-color: rgb(41,84,204); }

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