Html Css Color HEX #2148E4 Cerulean Blue

📋 copy color: '#2148E4'

red 33 ◦ green 72 ◦ blue 228

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

Shades of Cerulean Blue #2148E4

Tints of Cerulean Blue #2148E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 68.47%

R = 9.91%
G = 21.62%
B = 68.47%

CMYK

 C value IS 0.86

 M value IS 0.68

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#2148E4 (or 0x2148E4) is known color: Cerulean Blue. HEX triplet: 21, 48 and E4. RGB value is (33,72,228). Sum of RGB (Red+Green+Blue) = 33+72+228=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 228 (89.45% from 255 or 68.47% from 333); Max value from RGB is 228 - color contains mainly: blue. Hex color #2148E4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2148E4 is #DEB71B. Grayscale: #4D4D4D. Windows color (decimal): -14595868 or 14960673. OLE color: 14960673.

HSL color Cylindrical-coordinate representation of color #2148E4: hue angle of 228º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2148E4 is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 33 72 228 -
CMYK 0.86 0.68 0 0.11
HSL 228º 0.78% 0.51% -
HSV(B) 228º 0.86% 0.89% -
XYZ 16.95 10.56 74.54 -
YUV 78.12 212.58 95.82 -
System Red Green Blue C M Y K H S L
Decimal 33 72 228 0.86 0.68 0 0.11 228 0.78 0.51
Hex 21 48 E4 56 44 0 B E4 4E 33
Octal 41 110 344 126 104 0 13 344 116 63
Binary 100001 1001000 11100100 1010110 1000100 0 1011 11100100 1001110 110011

Color Harmonies of #2148E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2148E4

Black with #2148E4

Text Example


Text Example

White with #2148E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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