Html Css Color HEX #2755DC Cerulean Blue

📋 copy color: '#2755DC'

red 39 ◦ green 85 ◦ blue 220

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

Shades of Cerulean Blue #2755DC

Tints of Cerulean Blue #2755DC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.71%

 BLUE value IS 220 (86.33% from 255) = 63.95%

R = 11.34%
G = 24.71%
B = 63.95%

CMYK

 C value IS 0.82

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2755DC (or 0x2755DC) is known color: Cerulean Blue. HEX triplet: 27, 55 and DC. RGB value is (39,85,220). Sum of RGB (Red+Green+Blue) = 39+85+220=344 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.34% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 220 (86.33% from 255 or 63.95% from 344); Max value from RGB is 220 - color contains mainly: blue. Hex color #2755DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2755DC is #D8AA23. Grayscale: #565656. Windows color (decimal): -14199332 or 14439719. OLE color: 14439719.

HSL color Cylindrical-coordinate representation of color #2755DC: hue angle of 224.75º degrees, saturation: 0.72, 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 #2755DC is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 85 220 -
CMYK 0.82 0.61 0 0.14
HSL 224.75º 0.72% 0.51% -
HSV(B) 224.75º 0.82% 0.86% -
XYZ 17 12.1 69.15 -
YUV 86.64 203.26 94.02 -
System Red Green Blue C M Y K H S L
Decimal 39 85 220 0.82 0.61 0 0.14 224.75 0.72 0.51
Hex 27 55 DC 52 3D 0 E E1 48 33
Octal 47 125 334 122 75 0 16 341 110 63
Binary 100111 1010101 11011100 1010010 111101 0 1110 11100001 1001000 110011

Color Harmonies of #2755DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2755DC

Black with #2755DC

Text Example


Text Example

White with #2755DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2755DC; }

 p { color: rgb(39,85,220); }

 H1.HeaderClassName
 {
   color: #2755DC;
 }
 .AnyTagClassName
 {
   color: #2755DC;
 }
</style>

background-color css

<style>
 a { background-color: #2755DC; }

 a { background-color: rgb(39,85,220); }

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

border-color css

<style>
 span { border-color: #2755DC; }

 span { border-color: rgb(39,85,220); }

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