Html Css Color HEX #2154AF Cerulean Blue

📋 copy color: '#2154AF'

red 33 ◦ green 84 ◦ blue 175

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

Shades of Cerulean Blue #2154AF

Tints of Cerulean Blue #2154AF

RGB

 RED value IS 33 (13.28% from 255) = 11.3%

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

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

R = 11.3%
G = 28.77%
B = 59.93%

CMYK

 C value IS 0.81

 M value IS 0.52

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2154AF (or 0x2154AF) is known color: Cerulean Blue. HEX triplet: 21, 54 and AF. RGB value is (33,84,175). Sum of RGB (Red+Green+Blue) = 33+84+175=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 175 (68.75% from 255 or 59.93% from 292); Max value from RGB is 175 - color contains mainly: blue. Hex color #2154AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2154AF is #DEAB50. Grayscale: #4E4E4E. Windows color (decimal): -14592849 or 11490337. OLE color: 11490337.

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

Color convert

RGB 33 84 175 -
CMYK 0.81 0.52 0 0.31
HSL 218.45º 0.68% 0.41% -
HSV(B) 218.45º 0.81% 0.69% -
XYZ 11.54 9.76 41.83 -
YUV 79.13 182.1 95.1 -
System Red Green Blue C M Y K H S L
Decimal 33 84 175 0.81 0.52 0 0.31 218.45 0.68 0.41
Hex 21 54 AF 51 34 0 1F DA 44 29
Octal 41 124 257 121 64 0 37 332 104 51
Binary 100001 1010100 10101111 1010001 110100 0 11111 11011010 1000100 101001

Color Harmonies of #2154AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2154AF

Black with #2154AF

Text Example


Text Example

White with #2154AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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