Html Css Color HEX #2048CC Cerulean Blue

📋 copy color: '#2048CC'

red 32 ◦ green 72 ◦ blue 204

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

Shades of Cerulean Blue #2048CC

Tints of Cerulean Blue #2048CC

RGB

 RED value IS 32 (12.89% from 255) = 10.39%

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

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

R = 10.39%
G = 23.38%
B = 66.23%

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

#2048CC (or 0x2048CC) is known color: Cerulean Blue. HEX triplet: 20, 48 and CC. RGB value is (32,72,204). Sum of RGB (Red+Green+Blue) = 32+72+204=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 204 (80.08% from 255 or 66.23% from 308); Max value from RGB is 204 - color contains mainly: blue. Hex color #2048CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2048CC is #DFB733. Grayscale: #4A4A4A. Windows color (decimal): -14661428 or 13387808. OLE color: 13387808.

HSL color Cylindrical-coordinate representation of color #2048CC: hue angle of 226.05º degrees, saturation: 0.73, 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 #2048CC is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 32 72 204 -
CMYK 0.84 0.65 0 0.2
HSL 226.05º 0.73% 0.46% -
HSV(B) 226.05º 0.84% 0.8% -
XYZ 13.81 9.3 58.19 -
YUV 75.09 200.75 97.27 -
System Red Green Blue C M Y K H S L
Decimal 32 72 204 0.84 0.65 0 0.2 226.05 0.73 0.46
Hex 20 48 CC 54 41 0 14 E2 49 2E
Octal 40 110 314 124 101 0 24 342 111 56
Binary 100000 1001000 11001100 1010100 1000001 0 10100 11100010 1001001 101110

Color Harmonies of #2048CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2048CC

Black with #2048CC

Text Example


Text Example

White with #2048CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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