Html Css Color HEX #2148BC Cerulean Blue

📋 copy color: '#2148BC'

red 33 ◦ green 72 ◦ blue 188

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

Shades of Cerulean Blue #2148BC

Tints of Cerulean Blue #2148BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 64.16%

R = 11.26%
G = 24.57%
B = 64.16%

CMYK

 C value IS 0.82

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2148BC (or 0x2148BC) is known color: Cerulean Blue. HEX triplet: 21, 48 and BC. RGB value is (33,72,188). Sum of RGB (Red+Green+Blue) = 33+72+188=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 188 (73.83% from 255 or 64.16% from 293); Max value from RGB is 188 - color contains mainly: blue. Hex color #2148BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2148BC is #DEB743. Grayscale: #494949. Windows color (decimal): -14595908 or 12339233. OLE color: 12339233.

HSL color Cylindrical-coordinate representation of color #2148BC: hue angle of 224.9º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2148BC is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 33 72 188 -
CMYK 0.82 0.62 0 0.26
HSL 224.9º 0.7% 0.43% -
HSV(B) 224.9º 0.82% 0.74% -
XYZ 12.02 8.59 48.6 -
YUV 73.56 192.58 99.07 -
System Red Green Blue C M Y K H S L
Decimal 33 72 188 0.82 0.62 0 0.26 224.9 0.7 0.43
Hex 21 48 BC 52 3E 0 1A E1 46 2B
Octal 41 110 274 122 76 0 32 341 106 53
Binary 100001 1001000 10111100 1010010 111110 0 11010 11100001 1000110 101011

Color Harmonies of #2148BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2148BC

Black with #2148BC

Text Example


Text Example

White with #2148BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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