Html Css Color HEX #2146EB Cerulean Blue

📋 copy color: '#2146EB'

red 33 ◦ green 70 ◦ blue 235

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

Shades of Cerulean Blue #2146EB

Tints of Cerulean Blue #2146EB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.71%

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

R = 9.76%
G = 20.71%
B = 69.53%

CMYK

 C value IS 0.86

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2146EB (or 0x2146EB) is known color: Cerulean Blue. HEX triplet: 21, 46 and EB. RGB value is (33,70,235). Sum of RGB (Red+Green+Blue) = 33+70+235=338 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.76% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 235 (92.19% from 255 or 69.53% from 338); Max value from RGB is 235 - color contains mainly: blue. Hex color #2146EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2146EB is #DEB914. Grayscale: #4D4D4D. Windows color (decimal): -14596373 or 15418913. OLE color: 15418913.

HSL color Cylindrical-coordinate representation of color #2146EB: hue angle of 229.01º 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 #2146EB is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 33 70 235 -
CMYK 0.86 0.70 0 0.08
HSL 229.01º 0.83% 0.53% -
HSV(B) 229.01º 0.86% 0.92% -
XYZ 17.81 10.7 79.72 -
YUV 77.75 216.74 96.08 -
System Red Green Blue C M Y K H S L
Decimal 33 70 235 0.86 0.70 0 0.08 229.01 0.83 0.53
Hex 21 46 EB 56 46 0 8 E5 53 35
Octal 41 106 353 126 106 0 10 345 123 65
Binary 100001 1000110 11101011 1010110 1000110 0 1000 11100101 1010011 110101

Color Harmonies of #2146EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2146EB

Black with #2146EB

Text Example


Text Example

White with #2146EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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