Html Css Color HEX #2852CF Cerulean Blue

📋 copy color: '#2852CF'

red 40 ◦ green 82 ◦ blue 207

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

Shades of Cerulean Blue #2852CF

Tints of Cerulean Blue #2852CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 62.92%

R = 12.16%
G = 24.92%
B = 62.92%

CMYK

 C value IS 0.81

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2852CF (or 0x2852CF) is known color: Cerulean Blue. HEX triplet: 28, 52 and CF. RGB value is (40,82,207). Sum of RGB (Red+Green+Blue) = 40+82+207=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 207 (81.25% from 255 or 62.92% from 329); Max value from RGB is 207 - color contains mainly: blue. Hex color #2852CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2852CF is #D7AD30. Grayscale: #535353. Windows color (decimal): -14134577 or 13586984. OLE color: 13586984.

HSL color Cylindrical-coordinate representation of color #2852CF: hue angle of 224.91º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2852CF is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 82 207 -
CMYK 0.81 0.60 0 0.19
HSL 224.91º 0.68% 0.48% -
HSV(B) 224.91º 0.81% 0.81% -
XYZ 15.15 10.99 60.35 -
YUV 83.69 197.59 96.84 -
System Red Green Blue C M Y K H S L
Decimal 40 82 207 0.81 0.60 0 0.19 224.91 0.68 0.48
Hex 28 52 CF 51 3C 0 13 E1 44 30
Octal 50 122 317 121 74 0 23 341 104 60
Binary 101000 1010010 11001111 1010001 111100 0 10011 11100001 1000100 110000

Color Harmonies of #2852CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2852CF

Black with #2852CF

Text Example


Text Example

White with #2852CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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