Html Css Color HEX #2754CC Cerulean Blue

📋 copy color: '#2754CC'

red 39 ◦ green 84 ◦ blue 204

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

Shades of Cerulean Blue #2754CC

Tints of Cerulean Blue #2754CC

RGB

 RED value IS 39 (15.63% from 255) = 11.93%

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

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

R = 11.93%
G = 25.69%
B = 62.39%

CMYK

 C value IS 0.81

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2754CC (or 0x2754CC) is known color: Cerulean Blue. HEX triplet: 27, 54 and CC. RGB value is (39,84,204). Sum of RGB (Red+Green+Blue) = 39+84+204=327 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.93% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 204 (80.08% from 255 or 62.39% from 327); Max value from RGB is 204 - color contains mainly: blue. Hex color #2754CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2754CC is #D8AB33. Grayscale: #535353. Windows color (decimal): -14199604 or 13390887. OLE color: 13390887.

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

Color convert

RGB 39 84 204 -
CMYK 0.81 0.59 0 0.2
HSL 223.64º 0.68% 0.48% -
HSV(B) 223.64º 0.81% 0.8% -
XYZ 14.91 11.13 58.49 -
YUV 84.23 195.59 95.74 -
System Red Green Blue C M Y K H S L
Decimal 39 84 204 0.81 0.59 0 0.2 223.64 0.68 0.48
Hex 27 54 CC 51 3B 0 14 E0 44 30
Octal 47 124 314 121 73 0 24 340 104 60
Binary 100111 1010100 11001100 1010001 111011 0 10100 11100000 1000100 110000

Color Harmonies of #2754CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2754CC

Black with #2754CC

Text Example


Text Example

White with #2754CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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