Html Css Color HEX #2852BE Cerulean Blue

📋 copy color: '#2852BE'

red 40 ◦ green 82 ◦ blue 190

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

Shades of Cerulean Blue #2852BE

Tints of Cerulean Blue #2852BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 60.9%

R = 12.82%
G = 26.28%
B = 60.9%

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

#2852BE (or 0x2852BE) is known color: Cerulean Blue. HEX triplet: 28, 52 and BE. RGB value is (40,82,190). Sum of RGB (Red+Green+Blue) = 40+82+190=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 190 (74.61% from 255 or 60.90% from 312); Max value from RGB is 190 - color contains mainly: blue. Hex color #2852BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2852BE is #D7AD41. Grayscale: #515151. Windows color (decimal): -14134594 or 12472872. OLE color: 12472872.

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

Color convert

RGB 40 82 190 -
CMYK 0.79 0.57 0 0.25
HSL 223.2º 0.65% 0.45% -
HSV(B) 223.2º 0.79% 0.75% -
XYZ 13.19 10.2 49.99 -
YUV 81.75 189.09 98.22 -
System Red Green Blue C M Y K H S L
Decimal 40 82 190 0.79 0.57 0 0.25 223.2 0.65 0.45
Hex 28 52 BE 4F 39 0 19 DF 41 2D
Octal 50 122 276 117 71 0 31 337 101 55
Binary 101000 1010010 10111110 1001111 111001 0 11001 11011111 1000001 101101

Color Harmonies of #2852BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2852BE

Black with #2852BE

Text Example


Text Example

White with #2852BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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