Html Css Color HEX #2852BF Cerulean Blue

📋 copy color: '#2852BF'

red 40 ◦ green 82 ◦ blue 191

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

Shades of Cerulean Blue #2852BF

Tints of Cerulean Blue #2852BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 61.02%

R = 12.78%
G = 26.2%
B = 61.02%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2852BF (or 0x2852BF) is known color: Cerulean Blue. HEX triplet: 28, 52 and BF. RGB value is (40,82,191). Sum of RGB (Red+Green+Blue) = 40+82+191=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 191 (75% from 255 or 61.02% from 313); Max value from RGB is 191 - color contains mainly: blue. Hex color #2852BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2852BF is #D7AD40. Grayscale: #515151. Windows color (decimal): -14134593 or 12538408. OLE color: 12538408.

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

Color convert

RGB 40 82 191 -
CMYK 0.79 0.57 0 0.25
HSL 223.31º 0.65% 0.45% -
HSV(B) 223.31º 0.79% 0.75% -
XYZ 13.3 10.25 50.57 -
YUV 81.87 189.59 98.14 -
System Red Green Blue C M Y K H S L
Decimal 40 82 191 0.79 0.57 0 0.25 223.31 0.65 0.45
Hex 28 52 BF 4F 39 0 19 DF 41 2D
Octal 50 122 277 117 71 0 31 337 101 55
Binary 101000 1010010 10111111 1001111 111001 0 11001 11011111 1000001 101101

Color Harmonies of #2852BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2852BF

Black with #2852BF

Text Example


Text Example

White with #2852BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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