Html Css Color HEX #2750BA Cerulean Blue

📋 copy color: '#2750BA'

red 39 ◦ green 80 ◦ blue 186

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

Shades of Cerulean Blue #2750BA

Tints of Cerulean Blue #2750BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 60.98%

R = 12.79%
G = 26.23%
B = 60.98%

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

#2750BA (or 0x2750BA) is known color: Cerulean Blue. HEX triplet: 27, 50 and BA. RGB value is (39,80,186). Sum of RGB (Red+Green+Blue) = 39+80+186=305 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.79% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #2750BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2750BA is #D8AF45. Grayscale: #4F4F4F. Windows color (decimal): -14200646 or 12210215. OLE color: 12210215.

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

Color convert

RGB 39 80 186 -
CMYK 0.79 0.57 0 0.27
HSL 223.27º 0.65% 0.44% -
HSV(B) 223.27º 0.79% 0.73% -
XYZ 12.57 9.71 47.67 -
YUV 79.83 187.92 98.88 -
System Red Green Blue C M Y K H S L
Decimal 39 80 186 0.79 0.57 0 0.27 223.27 0.65 0.44
Hex 27 50 BA 4F 39 0 1B DF 41 2C
Octal 47 120 272 117 71 0 33 337 101 54
Binary 100111 1010000 10111010 1001111 111001 0 11011 11011111 1000001 101100

Color Harmonies of #2750BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2750BA

Black with #2750BA

Text Example


Text Example

White with #2750BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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