Html Css Color HEX #2759CD Cerulean Blue

📋 copy color: '#2759CD'

red 39 ◦ green 89 ◦ blue 205

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

Shades of Cerulean Blue #2759CD

Tints of Cerulean Blue #2759CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.56%

R = 11.71%
G = 26.73%
B = 61.56%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2759CD (or 0x2759CD) is known color: Cerulean Blue. HEX triplet: 27, 59 and CD. RGB value is (39,89,205). Sum of RGB (Red+Green+Blue) = 39+89+205=333 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.71% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 205 (80.47% from 255 or 61.56% from 333); Max value from RGB is 205 - color contains mainly: blue. Hex color #2759CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2759CD is #D8A632. Grayscale: #565656. Windows color (decimal): -14198323 or 13457703. OLE color: 13457703.

HSL color Cylindrical-coordinate representation of color #2759CD: hue angle of 221.93º 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 #2759CD is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 39 89 205 -
CMYK 0.81 0.57 0 0.20
HSL 221.93º 0.68% 0.48% -
HSV(B) 221.93º 0.81% 0.8% -
XYZ 15.43 11.98 59.26 -
YUV 87.27 194.44 93.57 -
System Red Green Blue C M Y K H S L
Decimal 39 89 205 0.81 0.57 0 0.20 221.93 0.68 0.48
Hex 27 59 CD 51 39 0 14 DE 44 30
Octal 47 131 315 121 71 0 24 336 104 60
Binary 100111 1011001 11001101 1010001 111001 0 10100 11011110 1000100 110000

Color Harmonies of #2759CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2759CD

Black with #2759CD

Text Example


Text Example

White with #2759CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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