Html Css Color HEX #2759DB Cerulean Blue

📋 copy color: '#2759DB'

red 39 ◦ green 89 ◦ blue 219

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

Shades of Cerulean Blue #2759DB

Tints of Cerulean Blue #2759DB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.65%

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

R = 11.24%
G = 25.65%
B = 63.11%

CMYK

 C value IS 0.82

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2759DB (or 0x2759DB) is known color: Cerulean Blue. HEX triplet: 27, 59 and DB. RGB value is (39,89,219). Sum of RGB (Red+Green+Blue) = 39+89+219=347 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.24% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #2759DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2759DB is #D8A624. Grayscale: #585858. Windows color (decimal): -14198309 or 14375207. OLE color: 14375207.

HSL color Cylindrical-coordinate representation of color #2759DB: hue angle of 223.33º 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 #2759DB is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 89 219 -
CMYK 0.82 0.59 0 0.14
HSL 223.33º 0.71% 0.51% -
HSV(B) 223.33º 0.82% 0.86% -
XYZ 17.2 12.69 68.56 -
YUV 88.87 201.44 92.43 -
System Red Green Blue C M Y K H S L
Decimal 39 89 219 0.82 0.59 0 0.14 223.33 0.71 0.51
Hex 27 59 DB 52 3B 0 E DF 47 33
Octal 47 131 333 122 73 0 16 337 107 63
Binary 100111 1011001 11011011 1010010 111011 0 1110 11011111 1000111 110011

Color Harmonies of #2759DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2759DB

Black with #2759DB

Text Example


Text Example

White with #2759DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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