Html Css Color HEX #2854AF Cerulean Blue

📋 copy color: '#2854AF'

red 40 ◦ green 84 ◦ blue 175

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

Shades of Cerulean Blue #2854AF

Tints of Cerulean Blue #2854AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 58.53%

R = 13.38%
G = 28.09%
B = 58.53%

CMYK

 C value IS 0.77

 M value IS 0.52

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2854AF (or 0x2854AF) is known color: Cerulean Blue. HEX triplet: 28, 54 and AF. RGB value is (40,84,175). Sum of RGB (Red+Green+Blue) = 40+84+175=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 175 (68.75% from 255 or 58.53% from 299); Max value from RGB is 175 - color contains mainly: blue. Hex color #2854AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2854AF is #D7AB50. Grayscale: #505050. Windows color (decimal): -14134097 or 11490344. OLE color: 11490344.

HSL color Cylindrical-coordinate representation of color #2854AF: hue angle of 220.44º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2854AF is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 40 84 175 -
CMYK 0.77 0.52 0 0.31
HSL 220.44º 0.63% 0.42% -
HSV(B) 220.44º 0.77% 0.69% -
XYZ 11.78 9.89 41.84 -
YUV 81.22 180.92 98.6 -
System Red Green Blue C M Y K H S L
Decimal 40 84 175 0.77 0.52 0 0.31 220.44 0.63 0.42
Hex 28 54 AF 4D 34 0 1F DC 3F 2A
Octal 50 124 257 115 64 0 37 334 77 52
Binary 101000 1010100 10101111 1001101 110100 0 11111 11011100 111111 101010

Color Harmonies of #2854AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2854AF

Black with #2854AF

Text Example


Text Example

White with #2854AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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