Html Css Color HEX #2854BA Cerulean Blue

📋 copy color: '#2854BA'

red 40 ◦ green 84 ◦ blue 186

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

Shades of Cerulean Blue #2854BA

Tints of Cerulean Blue #2854BA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.1%

 BLUE value IS 186 (73.05% from 255) = 60%

R = 12.9%
G = 27.1%
B = 60%

CMYK

 C value IS 0.78

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2854BA (or 0x2854BA) is known color: Cerulean Blue. HEX triplet: 28, 54 and BA. RGB value is (40,84,186). Sum of RGB (Red+Green+Blue) = 40+84+186=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #2854BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2854BA is #D7AB45. Grayscale: #525252. Windows color (decimal): -14134086 or 12211240. OLE color: 12211240.

HSL color Cylindrical-coordinate representation of color #2854BA: hue angle of 221.92º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2854BA is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 84 186 -
CMYK 0.78 0.55 0 0.27
HSL 221.92º 0.65% 0.44% -
HSV(B) 221.92º 0.78% 0.73% -
XYZ 12.91 10.34 47.77 -
YUV 82.47 186.42 97.71 -
System Red Green Blue C M Y K H S L
Decimal 40 84 186 0.78 0.55 0 0.27 221.92 0.65 0.44
Hex 28 54 BA 4E 37 0 1B DE 41 2C
Octal 50 124 272 116 67 0 33 336 101 54
Binary 101000 1010100 10111010 1001110 110111 0 11011 11011110 1000001 101100

Color Harmonies of #2854BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2854BA

Black with #2854BA

Text Example


Text Example

White with #2854BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2854BA; }

 p { color: rgb(40,84,186); }

 H1.HeaderClassName
 {
   color: #2854BA;
 }
 .AnyTagClassName
 {
   color: #2854BA;
 }
</style>

background-color css

<style>
 a { background-color: #2854BA; }

 a { background-color: rgb(40,84,186); }

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

border-color css

<style>
 span { border-color: #2854BA; }

 span { border-color: rgb(40,84,186); }

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