Html Css Color HEX #2054AF Cerulean Blue

📋 copy color: '#2054AF'

red 32 ◦ green 84 ◦ blue 175

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

Shades of Cerulean Blue #2054AF

Tints of Cerulean Blue #2054AF

RGB

 RED value IS 32 (12.89% from 255) = 11%

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

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

R = 11%
G = 28.87%
B = 60.14%

CMYK

 C value IS 0.82

 M value IS 0.52

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2054AF (or 0x2054AF) is known color: Cerulean Blue. HEX triplet: 20, 54 and AF. RGB value is (32,84,175). Sum of RGB (Red+Green+Blue) = 32+84+175=291 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.00% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 175 (68.75% from 255 or 60.14% from 291); Max value from RGB is 175 - color contains mainly: blue. Hex color #2054AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2054AF is #DFAB50. Grayscale: #4E4E4E. Windows color (decimal): -14658385 or 11490336. OLE color: 11490336.

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

Color convert

RGB 32 84 175 -
CMYK 0.82 0.52 0 0.31
HSL 218.18º 0.69% 0.41% -
HSV(B) 218.18º 0.82% 0.69% -
XYZ 11.5 9.74 41.83 -
YUV 78.83 182.27 94.6 -
System Red Green Blue C M Y K H S L
Decimal 32 84 175 0.82 0.52 0 0.31 218.18 0.69 0.41
Hex 20 54 AF 52 34 0 1F DA 45 29
Octal 40 124 257 122 64 0 37 332 105 51
Binary 100000 1010100 10101111 1010010 110100 0 11111 11011010 1000101 101001

Color Harmonies of #2054AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2054AF

Black with #2054AF

Text Example


Text Example

White with #2054AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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