Html Css Color HEX #2848CB Cerulean Blue

📋 copy color: '#2848CB'

red 40 ◦ green 72 ◦ blue 203

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

Shades of Cerulean Blue #2848CB

Tints of Cerulean Blue #2848CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 64.44%

R = 12.7%
G = 22.86%
B = 64.44%

CMYK

 C value IS 0.80

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2848CB (or 0x2848CB) is known color: Cerulean Blue. HEX triplet: 28, 48 and CB. RGB value is (40,72,203). Sum of RGB (Red+Green+Blue) = 40+72+203=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 203 (79.69% from 255 or 64.44% from 315); Max value from RGB is 203 - color contains mainly: blue. Hex color #2848CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2848CB is #D7B734. Grayscale: #4C4C4C. Windows color (decimal): -14137141 or 13322280. OLE color: 13322280.

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

Color convert

RGB 40 72 203 -
CMYK 0.80 0.65 0 0.20
HSL 228.22º 0.67% 0.48% -
HSV(B) 228.22º 0.8% 0.8% -
XYZ 13.97 9.4 57.58 -
YUV 77.37 198.9 101.35 -
System Red Green Blue C M Y K H S L
Decimal 40 72 203 0.80 0.65 0 0.20 228.22 0.67 0.48
Hex 28 48 CB 50 41 0 14 E4 43 30
Octal 50 110 313 120 101 0 24 344 103 60
Binary 101000 1001000 11001011 1010000 1000001 0 10100 11100100 1000011 110000

Color Harmonies of #2848CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2848CB

Black with #2848CB

Text Example


Text Example

White with #2848CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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