Html Css Color HEX #2143E7 Cerulean Blue

📋 copy color: '#2143E7'

red 33 ◦ green 67 ◦ blue 231

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

Shades of Cerulean Blue #2143E7

Tints of Cerulean Blue #2143E7

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.24%

 BLUE value IS 231 (90.63% from 255) = 69.79%

R = 9.97%
G = 20.24%
B = 69.79%

CMYK

 C value IS 0.86

 M value IS 0.71

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2143E7 (or 0x2143E7) is known color: Cerulean Blue. HEX triplet: 21, 43 and E7. RGB value is (33,67,231). Sum of RGB (Red+Green+Blue) = 33+67+231=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 231 (90.62% from 255 or 69.79% from 331); Max value from RGB is 231 - color contains mainly: blue. Hex color #2143E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2143E7 is #DEBC18. Grayscale: #4A4A4A. Windows color (decimal): -14597145 or 15156001. OLE color: 15156001.

HSL color Cylindrical-coordinate representation of color #2143E7: hue angle of 229.7º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2143E7 is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 33 67 231 -
CMYK 0.86 0.71 0 0.09
HSL 229.7º 0.8% 0.52% -
HSV(B) 229.7º 0.86% 0.91% -
XYZ 17.06 10.11 76.65 -
YUV 75.53 215.74 97.66 -
System Red Green Blue C M Y K H S L
Decimal 33 67 231 0.86 0.71 0 0.09 229.7 0.8 0.52
Hex 21 43 E7 56 47 0 9 E6 50 34
Octal 41 103 347 126 107 0 11 346 120 64
Binary 100001 1000011 11100111 1010110 1000111 0 1001 11100110 1010000 110100

Color Harmonies of #2143E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2143E7

Black with #2143E7

Text Example


Text Example

White with #2143E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2143E7; }

 p { color: rgb(33,67,231); }

 H1.HeaderClassName
 {
   color: #2143E7;
 }
 .AnyTagClassName
 {
   color: #2143E7;
 }
</style>

background-color css

<style>
 a { background-color: #2143E7; }

 a { background-color: rgb(33,67,231); }

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

border-color css

<style>
 span { border-color: #2143E7; }

 span { border-color: rgb(33,67,231); }

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