Html Css Color HEX #2148CB Cerulean Blue

📋 copy color: '#2148CB'

red 33 ◦ green 72 ◦ blue 203

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

Shades of Cerulean Blue #2148CB

Tints of Cerulean Blue #2148CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 65.91%

R = 10.71%
G = 23.38%
B = 65.91%

CMYK

 C value IS 0.84

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2148CB (or 0x2148CB) is known color: Cerulean Blue. HEX triplet: 21, 48 and CB. RGB value is (33,72,203). Sum of RGB (Red+Green+Blue) = 33+72+203=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 203 (79.69% from 255 or 65.91% from 308); Max value from RGB is 203 - color contains mainly: blue. Hex color #2148CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2148CB is #DEB734. Grayscale: #4A4A4A. Windows color (decimal): -14595893 or 13322273. OLE color: 13322273.

HSL color Cylindrical-coordinate representation of color #2148CB: hue angle of 226.24º 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 #2148CB is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 33 72 203 -
CMYK 0.84 0.65 0 0.20
HSL 226.24º 0.72% 0.46% -
HSV(B) 226.24º 0.84% 0.8% -
XYZ 13.72 9.27 57.57 -
YUV 75.27 200.08 97.85 -
System Red Green Blue C M Y K H S L
Decimal 33 72 203 0.84 0.65 0 0.20 226.24 0.72 0.46
Hex 21 48 CB 54 41 0 14 E2 48 2E
Octal 41 110 313 124 101 0 24 342 110 56
Binary 100001 1001000 11001011 1010100 1000001 0 10100 11100010 1001000 101110

Color Harmonies of #2148CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2148CB

Black with #2148CB

Text Example


Text Example

White with #2148CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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