Html Css Color HEX #2848CC Cerulean Blue

📋 copy color: '#2848CC'

red 40 ◦ green 72 ◦ blue 204

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

Shades of Cerulean Blue #2848CC

Tints of Cerulean Blue #2848CC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.78%

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

R = 12.66%
G = 22.78%
B = 64.56%

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

#2848CC (or 0x2848CC) is known color: Cerulean Blue. HEX triplet: 28, 48 and CC. RGB value is (40,72,204). Sum of RGB (Red+Green+Blue) = 40+72+204=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 72 (28.52% from 255 or 22.78% from 316); Blue value is 204 (80.08% from 255 or 64.56% from 316); Max value from RGB is 204 - color contains mainly: blue. Hex color #2848CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2848CC is #D7B733. Grayscale: #4C4C4C. Windows color (decimal): -14137140 or 13387816. OLE color: 13387816.

HSL color Cylindrical-coordinate representation of color #2848CC: hue angle of 228.29º 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 #2848CC is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 40 72 204 -
CMYK 0.80 0.65 0 0.2
HSL 228.29º 0.67% 0.48% -
HSV(B) 228.29º 0.8% 0.8% -
XYZ 14.09 9.45 58.21 -
YUV 77.48 199.4 101.27 -
System Red Green Blue C M Y K H S L
Decimal 40 72 204 0.80 0.65 0 0.2 228.29 0.67 0.48
Hex 28 48 CC 50 41 0 14 E4 43 30
Octal 50 110 314 120 101 0 24 344 103 60
Binary 101000 1001000 11001100 1010000 1000001 0 10100 11100100 1000011 110000

Color Harmonies of #2848CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2848CC

Black with #2848CC

Text Example


Text Example

White with #2848CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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