Html Css Color HEX #2154C9 Cerulean Blue

📋 copy color: '#2154C9'

red 33 ◦ green 84 ◦ blue 201

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

Shades of Cerulean Blue #2154C9

Tints of Cerulean Blue #2154C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 63.21%

R = 10.38%
G = 26.42%
B = 63.21%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2154C9 (or 0x2154C9) is known color: Cerulean Blue. HEX triplet: 21, 54 and C9. RGB value is (33,84,201). Sum of RGB (Red+Green+Blue) = 33+84+201=318 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.38% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 201 (78.91% from 255 or 63.21% from 318); Max value from RGB is 201 - color contains mainly: blue. Hex color #2154C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2154C9 is #DEAB36. Grayscale: #515151. Windows color (decimal): -14592823 or 13194273. OLE color: 13194273.

HSL color Cylindrical-coordinate representation of color #2154C9: hue angle of 221.79º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2154C9 is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 33 84 201 -
CMYK 0.84 0.58 0 0.21
HSL 221.79º 0.72% 0.46% -
HSV(B) 221.79º 0.84% 0.79% -
XYZ 14.34 10.88 56.6 -
YUV 82.09 195.1 92.99 -
System Red Green Blue C M Y K H S L
Decimal 33 84 201 0.84 0.58 0 0.21 221.79 0.72 0.46
Hex 21 54 C9 54 3A 0 15 DE 48 2E
Octal 41 124 311 124 72 0 25 336 110 56
Binary 100001 1010100 11001001 1010100 111010 0 10101 11011110 1001000 101110

Color Harmonies of #2154C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2154C9

Black with #2154C9

Text Example


Text Example

White with #2154C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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