Html Css Color HEX #2147EA Cerulean Blue

📋 copy color: '#2147EA'

red 33 ◦ green 71 ◦ blue 234

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

Shades of Cerulean Blue #2147EA

Tints of Cerulean Blue #2147EA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.01%

 BLUE value IS 234 (91.8% from 255) = 69.23%

R = 9.76%
G = 21.01%
B = 69.23%

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

#2147EA (or 0x2147EA) is known color: Cerulean Blue. HEX triplet: 21, 47 and EA. RGB value is (33,71,234). Sum of RGB (Red+Green+Blue) = 33+71+234=338 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.76% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 234 (91.80% from 255 or 69.23% from 338); Max value from RGB is 234 - color contains mainly: blue. Hex color #2147EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2147EA is #DEB815. Grayscale: #4D4D4D. Windows color (decimal): -14596118 or 15353633. OLE color: 15353633.

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

Color convert

RGB 33 71 234 -
CMYK 0.86 0.70 0 0.08
HSL 228.66º 0.83% 0.52% -
HSV(B) 228.66º 0.86% 0.92% -
XYZ 17.73 10.77 78.99 -
YUV 78.22 215.91 95.75 -
System Red Green Blue C M Y K H S L
Decimal 33 71 234 0.86 0.70 0 0.08 228.66 0.83 0.52
Hex 21 47 EA 56 46 0 8 E5 53 34
Octal 41 107 352 126 106 0 10 345 123 64
Binary 100001 1000111 11101010 1010110 1000110 0 1000 11100101 1010011 110100

Color Harmonies of #2147EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2147EA

Black with #2147EA

Text Example


Text Example

White with #2147EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2147EA; }

 p { color: rgb(33,71,234); }

 H1.HeaderClassName
 {
   color: #2147EA;
 }
 .AnyTagClassName
 {
   color: #2147EA;
 }
</style>

background-color css

<style>
 a { background-color: #2147EA; }

 a { background-color: rgb(33,71,234); }

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

border-color css

<style>
 span { border-color: #2147EA; }

 span { border-color: rgb(33,71,234); }

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