Html Css Color HEX #2759CC Cerulean Blue

📋 copy color: '#2759CC'

red 39 ◦ green 89 ◦ blue 204

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

Shades of Cerulean Blue #2759CC

Tints of Cerulean Blue #2759CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 61.45%

R = 11.75%
G = 26.81%
B = 61.45%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2759CC (or 0x2759CC) is known color: Cerulean Blue. HEX triplet: 27, 59 and CC. RGB value is (39,89,204). Sum of RGB (Red+Green+Blue) = 39+89+204=332 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.75% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #2759CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2759CC is #D8A633. Grayscale: #565656. Windows color (decimal): -14198324 or 13392167. OLE color: 13392167.

HSL color Cylindrical-coordinate representation of color #2759CC: hue angle of 221.82º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2759CC is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 39 89 204 -
CMYK 0.81 0.56 0 0.2
HSL 221.82º 0.68% 0.48% -
HSV(B) 221.82º 0.81% 0.8% -
XYZ 15.31 11.94 58.62 -
YUV 87.16 193.94 93.65 -
System Red Green Blue C M Y K H S L
Decimal 39 89 204 0.81 0.56 0 0.2 221.82 0.68 0.48
Hex 27 59 CC 51 38 0 14 DE 44 30
Octal 47 131 314 121 70 0 24 336 104 60
Binary 100111 1011001 11001100 1010001 111000 0 10100 11011110 1000100 110000

Color Harmonies of #2759CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2759CC

Black with #2759CC

Text Example


Text Example

White with #2759CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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