Html Css Color HEX #2147BF Cerulean Blue

📋 copy color: '#2147BF'

red 33 ◦ green 71 ◦ blue 191

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

Shades of Cerulean Blue #2147BF

Tints of Cerulean Blue #2147BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 64.75%

R = 11.19%
G = 24.07%
B = 64.75%

CMYK

 C value IS 0.83

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2147BF (or 0x2147BF) is known color: Cerulean Blue. HEX triplet: 21, 47 and BF. RGB value is (33,71,191). Sum of RGB (Red+Green+Blue) = 33+71+191=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 191 (75% from 255 or 64.75% from 295); Max value from RGB is 191 - color contains mainly: blue. Hex color #2147BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2147BF is #DEB840. Grayscale: #484848. Windows color (decimal): -14596161 or 12535585. OLE color: 12535585.

HSL color Cylindrical-coordinate representation of color #2147BF: hue angle of 225.57º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2147BF is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 71 191 -
CMYK 0.83 0.63 0 0.25
HSL 225.57º 0.71% 0.44% -
HSV(B) 225.57º 0.83% 0.75% -
XYZ 12.28 8.59 50.3 -
YUV 73.32 194.41 99.24 -
System Red Green Blue C M Y K H S L
Decimal 33 71 191 0.83 0.63 0 0.25 225.57 0.71 0.44
Hex 21 47 BF 53 3F 0 19 E2 47 2C
Octal 41 107 277 123 77 0 31 342 107 54
Binary 100001 1000111 10111111 1010011 111111 0 11001 11100010 1000111 101100

Color Harmonies of #2147BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2147BF

Black with #2147BF

Text Example


Text Example

White with #2147BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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