Html Css Color HEX #2148CC Cerulean Blue

📋 copy color: '#2148CC'

red 33 ◦ green 72 ◦ blue 204

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

Shades of Cerulean Blue #2148CC

Tints of Cerulean Blue #2148CC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.3%

 BLUE value IS 204 (80.08% from 255) = 66.02%

R = 10.68%
G = 23.3%
B = 66.02%

CMYK

 C value IS 0.84

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2148CC (or 0x2148CC) is known color: Cerulean Blue. HEX triplet: 21, 48 and CC. RGB value is (33,72,204). Sum of RGB (Red+Green+Blue) = 33+72+204=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 204 (80.08% from 255 or 66.02% from 309); Max value from RGB is 204 - color contains mainly: blue. Hex color #2148CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2148CC is #DEB733. Grayscale: #4A4A4A. Windows color (decimal): -14595892 or 13387809. OLE color: 13387809.

HSL color Cylindrical-coordinate representation of color #2148CC: hue angle of 226.32º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2148CC is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 33 72 204 -
CMYK 0.84 0.65 0 0.2
HSL 226.32º 0.72% 0.46% -
HSV(B) 226.32º 0.84% 0.8% -
XYZ 13.84 9.32 58.2 -
YUV 75.39 200.58 97.77 -
System Red Green Blue C M Y K H S L
Decimal 33 72 204 0.84 0.65 0 0.2 226.32 0.72 0.46
Hex 21 48 CC 54 41 0 14 E2 48 2E
Octal 41 110 314 124 101 0 24 342 110 56
Binary 100001 1001000 11001100 1010100 1000001 0 10100 11100010 1001000 101110

Color Harmonies of #2148CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2148CC

Black with #2148CC

Text Example


Text Example

White with #2148CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2148CC; }

 p { color: rgb(33,72,204); }

 H1.HeaderClassName
 {
   color: #2148CC;
 }
 .AnyTagClassName
 {
   color: #2148CC;
 }
</style>

background-color css

<style>
 a { background-color: #2148CC; }

 a { background-color: rgb(33,72,204); }

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

border-color css

<style>
 span { border-color: #2148CC; }

 span { border-color: rgb(33,72,204); }

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