Html Css Color HEX #2754CB Cerulean Blue

📋 copy color: '#2754CB'

red 39 ◦ green 84 ◦ blue 203

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

Shades of Cerulean Blue #2754CB

Tints of Cerulean Blue #2754CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 62.27%

R = 11.96%
G = 25.77%
B = 62.27%

CMYK

 C value IS 0.81

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2754CB (or 0x2754CB) is known color: Cerulean Blue. HEX triplet: 27, 54 and CB. RGB value is (39,84,203). Sum of RGB (Red+Green+Blue) = 39+84+203=326 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.96% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 203 (79.69% from 255 or 62.27% from 326); Max value from RGB is 203 - color contains mainly: blue. Hex color #2754CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2754CB is #D8AB34. Grayscale: #535353. Windows color (decimal): -14199605 or 13325351. OLE color: 13325351.

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

Color convert

RGB 39 84 203 -
CMYK 0.81 0.59 0 0.20
HSL 223.54º 0.68% 0.47% -
HSV(B) 223.54º 0.81% 0.8% -
XYZ 14.79 11.08 57.86 -
YUV 84.11 195.09 95.82 -
System Red Green Blue C M Y K H S L
Decimal 39 84 203 0.81 0.59 0 0.20 223.54 0.68 0.47
Hex 27 54 CB 51 3B 0 14 E0 44 2F
Octal 47 124 313 121 73 0 24 340 104 57
Binary 100111 1010100 11001011 1010001 111011 0 10100 11100000 1000100 101111

Color Harmonies of #2754CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2754CB

Black with #2754CB

Text Example


Text Example

White with #2754CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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