Html Css Color HEX #2754DB Cerulean Blue

📋 copy color: '#2754DB'

red 39 ◦ green 84 ◦ blue 219

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

Shades of Cerulean Blue #2754DB

Tints of Cerulean Blue #2754DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 64.04%

R = 11.4%
G = 24.56%
B = 64.04%

CMYK

 C value IS 0.82

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2754DB (or 0x2754DB) is known color: Cerulean Blue. HEX triplet: 27, 54 and DB. RGB value is (39,84,219). Sum of RGB (Red+Green+Blue) = 39+84+219=342 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.40% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 219 (85.94% from 255 or 64.04% from 342); Max value from RGB is 219 - color contains mainly: blue. Hex color #2754DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2754DB is #D8AB24. Grayscale: #555555. Windows color (decimal): -14199589 or 14373927. OLE color: 14373927.

HSL color Cylindrical-coordinate representation of color #2754DB: hue angle of 225º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2754DB is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 84 219 -
CMYK 0.82 0.62 0 0.14
HSL 225º 0.71% 0.51% -
HSV(B) 225º 0.82% 0.86% -
XYZ 16.79 11.89 68.43 -
YUV 85.94 203.09 94.52 -
System Red Green Blue C M Y K H S L
Decimal 39 84 219 0.82 0.62 0 0.14 225 0.71 0.51
Hex 27 54 DB 52 3E 0 E E1 47 33
Octal 47 124 333 122 76 0 16 341 107 63
Binary 100111 1010100 11011011 1010010 111110 0 1110 11100001 1000111 110011

Color Harmonies of #2754DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2754DB

Black with #2754DB

Text Example


Text Example

White with #2754DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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