Html Css Color HEX #2148DC Cerulean Blue

📋 copy color: '#2148DC'

red 33 ◦ green 72 ◦ blue 220

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

Shades of Cerulean Blue #2148DC

Tints of Cerulean Blue #2148DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 67.69%

R = 10.15%
G = 22.15%
B = 67.69%

CMYK

 C value IS 0.85

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2148DC (or 0x2148DC) is known color: Cerulean Blue. HEX triplet: 21, 48 and DC. RGB value is (33,72,220). Sum of RGB (Red+Green+Blue) = 33+72+220=325 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.15% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 220 (86.33% from 255 or 67.69% from 325); Max value from RGB is 220 - color contains mainly: blue. Hex color #2148DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2148DC is #DEB723. Grayscale: #4C4C4C. Windows color (decimal): -14595876 or 14436385. OLE color: 14436385.

HSL color Cylindrical-coordinate representation of color #2148DC: hue angle of 227.49º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2148DC is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 33 72 220 -
CMYK 0.85 0.67 0 0.14
HSL 227.49º 0.74% 0.5% -
HSV(B) 227.49º 0.85% 0.86% -
XYZ 15.86 10.13 68.83 -
YUV 77.21 208.58 96.47 -
System Red Green Blue C M Y K H S L
Decimal 33 72 220 0.85 0.67 0 0.14 227.49 0.74 0.5
Hex 21 48 DC 55 43 0 E E3 4A 32
Octal 41 110 334 125 103 0 16 343 112 62
Binary 100001 1001000 11011100 1010101 1000011 0 1110 11100011 1001010 110010

Color Harmonies of #2148DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2148DC

Black with #2148DC

Text Example


Text Example

White with #2148DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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