Html Css Color HEX #2852BB Cerulean Blue

📋 copy color: '#2852BB'

red 40 ◦ green 82 ◦ blue 187

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

Shades of Cerulean Blue #2852BB

Tints of Cerulean Blue #2852BB

RGB

 RED value IS 40 (16.02% from 255) = 12.94%

 GREEN value IS 82 (32.42% from 255) = 26.54%

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

R = 12.94%
G = 26.54%
B = 60.52%

CMYK

 C value IS 0.79

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2852BB (or 0x2852BB) is known color: Cerulean Blue. HEX triplet: 28, 52 and BB. RGB value is (40,82,187). Sum of RGB (Red+Green+Blue) = 40+82+187=309 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.94% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 187 (73.44% from 255 or 60.52% from 309); Max value from RGB is 187 - color contains mainly: blue. Hex color #2852BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2852BB is #D7AD44. Grayscale: #505050. Windows color (decimal): -14134597 or 12276264. OLE color: 12276264.

HSL color Cylindrical-coordinate representation of color #2852BB: hue angle of 222.86º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2852BB is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 82 187 -
CMYK 0.79 0.56 0 0.27
HSL 222.86º 0.65% 0.45% -
HSV(B) 222.86º 0.79% 0.73% -
XYZ 12.86 10.07 48.28 -
YUV 81.41 187.59 98.46 -
System Red Green Blue C M Y K H S L
Decimal 40 82 187 0.79 0.56 0 0.27 222.86 0.65 0.45
Hex 28 52 BB 4F 38 0 1B DF 41 2D
Octal 50 122 273 117 70 0 33 337 101 55
Binary 101000 1010010 10111011 1001111 111000 0 11011 11011111 1000001 101101

Color Harmonies of #2852BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2852BB

Black with #2852BB

Text Example


Text Example

White with #2852BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,82,187); }

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

background-color css

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

 a { background-color: rgb(40,82,187); }

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

border-color css

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

 span { border-color: rgb(40,82,187); }

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