Html Css Color HEX #2848BE Cerulean Blue

📋 copy color: '#2848BE'

red 40 ◦ green 72 ◦ blue 190

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

Shades of Cerulean Blue #2848BE

Tints of Cerulean Blue #2848BE

RGB

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

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

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

R = 13.25%
G = 23.84%
B = 62.91%

CMYK

 C value IS 0.79

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2848BE (or 0x2848BE) is known color: Cerulean Blue. HEX triplet: 28, 48 and BE. RGB value is (40,72,190). Sum of RGB (Red+Green+Blue) = 40+72+190=302 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.25% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 190 (74.61% from 255 or 62.91% from 302); Max value from RGB is 190 - color contains mainly: blue. Hex color #2848BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2848BE is #D7B741. Grayscale: #4B4B4B. Windows color (decimal): -14137154 or 12470312. OLE color: 12470312.

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

Color convert

RGB 40 72 190 -
CMYK 0.79 0.62 0 0.25
HSL 227.2º 0.65% 0.45% -
HSV(B) 227.2º 0.79% 0.75% -
XYZ 12.49 8.8 49.76 -
YUV 75.88 192.4 102.41 -
System Red Green Blue C M Y K H S L
Decimal 40 72 190 0.79 0.62 0 0.25 227.2 0.65 0.45
Hex 28 48 BE 4F 3E 0 19 E3 41 2D
Octal 50 110 276 117 76 0 31 343 101 55
Binary 101000 1001000 10111110 1001111 111110 0 11001 11100011 1000001 101101

Color Harmonies of #2848BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2848BE

Black with #2848BE

Text Example


Text Example

White with #2848BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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