Html Css Color HEX #2759BA Cerulean Blue

📋 copy color: '#2759BA'

red 39 ◦ green 89 ◦ blue 186

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

Shades of Cerulean Blue #2759BA

Tints of Cerulean Blue #2759BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 59.24%

R = 12.42%
G = 28.34%
B = 59.24%

CMYK

 C value IS 0.79

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2759BA (or 0x2759BA) is known color: Cerulean Blue. HEX triplet: 27, 59 and BA. RGB value is (39,89,186). Sum of RGB (Red+Green+Blue) = 39+89+186=314 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.42% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #2759BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2759BA is #D8A645. Grayscale: #545454. Windows color (decimal): -14198342 or 12212519. OLE color: 12212519.

HSL color Cylindrical-coordinate representation of color #2759BA: hue angle of 219.59º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2759BA is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 39 89 186 -
CMYK 0.79 0.52 0 0.27
HSL 219.59º 0.65% 0.44% -
HSV(B) 219.59º 0.79% 0.73% -
XYZ 13.27 11.12 47.9 -
YUV 85.11 184.94 95.11 -
System Red Green Blue C M Y K H S L
Decimal 39 89 186 0.79 0.52 0 0.27 219.59 0.65 0.44
Hex 27 59 BA 4F 34 0 1B DC 41 2C
Octal 47 131 272 117 64 0 33 334 101 54
Binary 100111 1011001 10111010 1001111 110100 0 11011 11011100 1000001 101100

Color Harmonies of #2759BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2759BA

Black with #2759BA

Text Example


Text Example

White with #2759BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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