Html Css Color HEX #2154BE Cerulean Blue

📋 copy color: '#2154BE'

red 33 ◦ green 84 ◦ blue 190

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

Shades of Cerulean Blue #2154BE

Tints of Cerulean Blue #2154BE

RGB

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

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

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

R = 10.75%
G = 27.36%
B = 61.89%

CMYK

 C value IS 0.83

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2154BE (or 0x2154BE) is known color: Cerulean Blue. HEX triplet: 21, 54 and BE. RGB value is (33,84,190). Sum of RGB (Red+Green+Blue) = 33+84+190=307 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.75% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 190 (74.61% from 255 or 61.89% from 307); Max value from RGB is 190 - color contains mainly: blue. Hex color #2154BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2154BE is #DEAB41. Grayscale: #505050. Windows color (decimal): -14592834 or 12473377. OLE color: 12473377.

HSL color Cylindrical-coordinate representation of color #2154BE: hue angle of 220.51º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2154BE is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 84 190 -
CMYK 0.83 0.56 0 0.25
HSL 220.51º 0.7% 0.44% -
HSV(B) 220.51º 0.83% 0.75% -
XYZ 13.09 10.38 50.03 -
YUV 80.84 189.6 93.88 -
System Red Green Blue C M Y K H S L
Decimal 33 84 190 0.83 0.56 0 0.25 220.51 0.7 0.44
Hex 21 54 BE 53 38 0 19 DD 46 2C
Octal 41 124 276 123 70 0 31 335 106 54
Binary 100001 1010100 10111110 1010011 111000 0 11001 11011101 1000110 101100

Color Harmonies of #2154BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2154BE

Black with #2154BE

Text Example


Text Example

White with #2154BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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