Html Css Color HEX #2847CC Cerulean Blue

📋 copy color: '#2847CC'

red 40 ◦ green 71 ◦ blue 204

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

Shades of Cerulean Blue #2847CC

Tints of Cerulean Blue #2847CC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.54%

 BLUE value IS 204 (80.08% from 255) = 64.76%

R = 12.7%
G = 22.54%
B = 64.76%

CMYK

 C value IS 0.80

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2847CC (or 0x2847CC) is known color: Cerulean Blue. HEX triplet: 28, 47 and CC. RGB value is (40,71,204). Sum of RGB (Red+Green+Blue) = 40+71+204=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 204 (80.08% from 255 or 64.76% from 315); Max value from RGB is 204 - color contains mainly: blue. Hex color #2847CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2847CC is #D7B833. Grayscale: #4C4C4C. Windows color (decimal): -14137396 or 13387560. OLE color: 13387560.

HSL color Cylindrical-coordinate representation of color #2847CC: hue angle of 228.66º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2847CC is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 40 71 204 -
CMYK 0.80 0.65 0 0.2
HSL 228.66º 0.67% 0.48% -
HSV(B) 228.66º 0.8% 0.8% -
XYZ 14.03 9.32 58.19 -
YUV 76.89 199.73 101.69 -
System Red Green Blue C M Y K H S L
Decimal 40 71 204 0.80 0.65 0 0.2 228.66 0.67 0.48
Hex 28 47 CC 50 41 0 14 E5 43 30
Octal 50 107 314 120 101 0 24 345 103 60
Binary 101000 1000111 11001100 1010000 1000001 0 10100 11100101 1000011 110000

Color Harmonies of #2847CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2847CC

Black with #2847CC

Text Example


Text Example

White with #2847CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2847CC; }

 p { color: rgb(40,71,204); }

 H1.HeaderClassName
 {
   color: #2847CC;
 }
 .AnyTagClassName
 {
   color: #2847CC;
 }
</style>

background-color css

<style>
 a { background-color: #2847CC; }

 a { background-color: rgb(40,71,204); }

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

border-color css

<style>
 span { border-color: #2847CC; }

 span { border-color: rgb(40,71,204); }

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