Html Css Color HEX #2144EB Cerulean Blue

📋 copy color: '#2144EB'

red 33 ◦ green 68 ◦ blue 235

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

Shades of Cerulean Blue #2144EB

Tints of Cerulean Blue #2144EB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.24%

 BLUE value IS 235 (92.19% from 255) = 69.94%

R = 9.82%
G = 20.24%
B = 69.94%

CMYK

 C value IS 0.86

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2144EB (or 0x2144EB) is known color: Cerulean Blue. HEX triplet: 21, 44 and EB. RGB value is (33,68,235). Sum of RGB (Red+Green+Blue) = 33+68+235=336 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.82% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 235 (92.19% from 255 or 69.94% from 336); Max value from RGB is 235 - color contains mainly: blue. Hex color #2144EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2144EB is #DEBB14. Grayscale: #4B4B4B. Windows color (decimal): -14596885 or 15418401. OLE color: 15418401.

HSL color Cylindrical-coordinate representation of color #2144EB: hue angle of 229.6º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2144EB is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 33 68 235 -
CMYK 0.86 0.71 0 0.08
HSL 229.6º 0.83% 0.53% -
HSV(B) 229.6º 0.86% 0.92% -
XYZ 17.69 10.46 79.68 -
YUV 76.57 217.4 96.92 -
System Red Green Blue C M Y K H S L
Decimal 33 68 235 0.86 0.71 0 0.08 229.6 0.83 0.53
Hex 21 44 EB 56 47 0 8 E6 53 35
Octal 41 104 353 126 107 0 10 346 123 65
Binary 100001 1000100 11101011 1010110 1000111 0 1000 11100110 1010011 110101

Color Harmonies of #2144EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2144EB

Black with #2144EB

Text Example


Text Example

White with #2144EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2144EB; }

 p { color: rgb(33,68,235); }

 H1.HeaderClassName
 {
   color: #2144EB;
 }
 .AnyTagClassName
 {
   color: #2144EB;
 }
</style>

background-color css

<style>
 a { background-color: #2144EB; }

 a { background-color: rgb(33,68,235); }

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

border-color css

<style>
 span { border-color: #2144EB; }

 span { border-color: rgb(33,68,235); }

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