Html Css Color HEX #2755BD Cerulean Blue

📋 copy color: '#2755BD'

red 39 ◦ green 85 ◦ blue 189

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

Shades of Cerulean Blue #2755BD

Tints of Cerulean Blue #2755BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 60.38%

R = 12.46%
G = 27.16%
B = 60.38%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2755BD (or 0x2755BD) is known color: Cerulean Blue. HEX triplet: 27, 55 and BD. RGB value is (39,85,189). Sum of RGB (Red+Green+Blue) = 39+85+189=313 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.46% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 189 (74.22% from 255 or 60.38% from 313); Max value from RGB is 189 - color contains mainly: blue. Hex color #2755BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2755BD is #D8AA42. Grayscale: #525252. Windows color (decimal): -14199363 or 12408103. OLE color: 12408103.

HSL color Cylindrical-coordinate representation of color #2755BD: hue angle of 221.6º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2755BD is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 39 85 189 -
CMYK 0.79 0.55 0 0.26
HSL 221.6º 0.66% 0.45% -
HSV(B) 221.6º 0.79% 0.74% -
XYZ 13.27 10.6 49.49 -
YUV 83.1 187.76 96.54 -
System Red Green Blue C M Y K H S L
Decimal 39 85 189 0.79 0.55 0 0.26 221.6 0.66 0.45
Hex 27 55 BD 4F 37 0 1A DE 42 2D
Octal 47 125 275 117 67 0 32 336 102 55
Binary 100111 1010101 10111101 1001111 110111 0 11010 11011110 1000010 101101

Color Harmonies of #2755BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2755BD

Black with #2755BD

Text Example


Text Example

White with #2755BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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