Html Css Color HEX #2754BC Cerulean Blue

📋 copy color: '#2754BC'

red 39 ◦ green 84 ◦ blue 188

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

Shades of Cerulean Blue #2754BC

Tints of Cerulean Blue #2754BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 60.45%

R = 12.54%
G = 27.01%
B = 60.45%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2754BC (or 0x2754BC) is known color: Cerulean Blue. HEX triplet: 27, 54 and BC. RGB value is (39,84,188). Sum of RGB (Red+Green+Blue) = 39+84+188=311 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.54% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 188 (73.83% from 255 or 60.45% from 311); Max value from RGB is 188 - color contains mainly: blue. Hex color #2754BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2754BC is #D8AB43. Grayscale: #515151. Windows color (decimal): -14199620 or 12342311. OLE color: 12342311.

HSL color Cylindrical-coordinate representation of color #2754BC: hue angle of 221.88º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2754BC is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 39 84 188 -
CMYK 0.79 0.55 0 0.26
HSL 221.88º 0.66% 0.45% -
HSV(B) 221.88º 0.79% 0.74% -
XYZ 13.08 10.4 48.9 -
YUV 82.4 187.59 97.04 -
System Red Green Blue C M Y K H S L
Decimal 39 84 188 0.79 0.55 0 0.26 221.88 0.66 0.45
Hex 27 54 BC 4F 37 0 1A DE 42 2D
Octal 47 124 274 117 67 0 32 336 102 55
Binary 100111 1010100 10111100 1001111 110111 0 11010 11011110 1000010 101101

Color Harmonies of #2754BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2754BC

Black with #2754BC

Text Example


Text Example

White with #2754BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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