Html Css Color HEX #2750BB Cerulean Blue

📋 copy color: '#2750BB'

red 39 ◦ green 80 ◦ blue 187

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

Shades of Cerulean Blue #2750BB

Tints of Cerulean Blue #2750BB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.14%

 BLUE value IS 187 (73.44% from 255) = 61.11%

R = 12.75%
G = 26.14%
B = 61.11%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2750BB (or 0x2750BB) is known color: Cerulean Blue. HEX triplet: 27, 50 and BB. RGB value is (39,80,187). Sum of RGB (Red+Green+Blue) = 39+80+187=306 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.75% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 187 (73.44% from 255 or 61.11% from 306); Max value from RGB is 187 - color contains mainly: blue. Hex color #2750BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2750BB is #D8AF44. Grayscale: #4F4F4F. Windows color (decimal): -14200645 or 12275751. OLE color: 12275751.

HSL color Cylindrical-coordinate representation of color #2750BB: hue angle of 223.38º 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 #2750BB is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 39 80 187 -
CMYK 0.79 0.57 0 0.27
HSL 223.38º 0.65% 0.44% -
HSV(B) 223.38º 0.79% 0.73% -
XYZ 12.68 9.76 48.23 -
YUV 79.94 188.42 98.8 -
System Red Green Blue C M Y K H S L
Decimal 39 80 187 0.79 0.57 0 0.27 223.38 0.65 0.44
Hex 27 50 BB 4F 39 0 1B DF 41 2C
Octal 47 120 273 117 71 0 33 337 101 54
Binary 100111 1010000 10111011 1001111 111001 0 11011 11011111 1000001 101100

Color Harmonies of #2750BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2750BB

Black with #2750BB

Text Example


Text Example

White with #2750BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2750BB; }

 p { color: rgb(39,80,187); }

 H1.HeaderClassName
 {
   color: #2750BB;
 }
 .AnyTagClassName
 {
   color: #2750BB;
 }
</style>

background-color css

<style>
 a { background-color: #2750BB; }

 a { background-color: rgb(39,80,187); }

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

border-color css

<style>
 span { border-color: #2750BB; }

 span { border-color: rgb(39,80,187); }

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