Html Css Color HEX #2147B3 Cerulean Blue

📋 copy color: '#2147B3'

red 33 ◦ green 71 ◦ blue 179

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

Shades of Cerulean Blue #2147B3

Tints of Cerulean Blue #2147B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 63.25%

R = 11.66%
G = 25.09%
B = 63.25%

CMYK

 C value IS 0.82

 M value IS 0.60

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#2147B3 (or 0x2147B3) is known color: Cerulean Blue. HEX triplet: 21, 47 and B3. RGB value is (33,71,179). Sum of RGB (Red+Green+Blue) = 33+71+179=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 179 (70.31% from 255 or 63.25% from 283); Max value from RGB is 179 - color contains mainly: blue. Hex color #2147B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2147B3 is #DEB84C. Grayscale: #474747. Windows color (decimal): -14596173 or 11749153. OLE color: 11749153.

HSL color Cylindrical-coordinate representation of color #2147B3: hue angle of 224.38º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2147B3 is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 33 71 179 -
CMYK 0.82 0.60 0 0.30
HSL 224.38º 0.69% 0.42% -
HSV(B) 224.38º 0.82% 0.7% -
XYZ 11.02 8.08 43.63 -
YUV 71.95 188.41 100.22 -
System Red Green Blue C M Y K H S L
Decimal 33 71 179 0.82 0.60 0 0.30 224.38 0.69 0.42
Hex 21 47 B3 52 3C 0 1E E0 45 2A
Octal 41 107 263 122 74 0 36 340 105 52
Binary 100001 1000111 10110011 1010010 111100 0 11110 11100000 1000101 101010

Color Harmonies of #2147B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2147B3

Black with #2147B3

Text Example


Text Example

White with #2147B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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