Html Css Color HEX #147DBC Cerulean

📋 copy color: '#147DBC'

red 20 ◦ green 125 ◦ blue 188

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

Shades of Cerulean #147DBC

Tints of Cerulean #147DBC

RGB

 RED value IS 20 (8.2% from 255) = 6.01%

 GREEN value IS 125 (49.22% from 255) = 37.54%

 BLUE value IS 188 (73.83% from 255) = 56.46%

R = 6.01%
G = 37.54%
B = 56.46%

CMYK

 C value IS 0.89

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#147DBC (or 0x147DBC) is known color: Cerulean. HEX triplet: 14, 7D and BC. RGB value is (20,125,188). Sum of RGB (Red+Green+Blue) = 20+125+188=333 (44% of max value = 765). Red value is 20 (8.20% from 255 or 6.01% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 188 (73.83% from 255 or 56.46% from 333); Max value from RGB is 188 - color contains mainly: blue. Hex color #147DBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147DBC is #EB8243. Grayscale: #646464. Windows color (decimal): -15434308 or 12352788. OLE color: 12352788.

HSL color Cylindrical-coordinate representation of color #147DBC: hue angle of 202.5º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #147DBC is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 20 125 188 -
CMYK 0.89 0.34 0 0.26
HSL 202.5º 0.81% 0.41% -
HSV(B) 202.5º 0.89% 0.74% -
XYZ 16.7 18.45 50.26 -
YUV 100.79 177.21 70.38 -
System Red Green Blue C M Y K H S L
Decimal 20 125 188 0.89 0.34 0 0.26 202.5 0.81 0.41
Hex 14 7D BC 59 22 0 1A CA 51 29
Octal 24 175 274 131 42 0 32 312 121 51
Binary 10100 1111101 10111100 1011001 100010 0 11010 11001010 1010001 101001

Color Harmonies of #147DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147DBC

Black with #147DBC

Text Example


Text Example

White with #147DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147DBC; }

 p { color: rgb(20,125,188); }

 H1.HeaderClassName
 {
   color: #147DBC;
 }
 .AnyTagClassName
 {
   color: #147DBC;
 }
</style>

background-color css

<style>
 a { background-color: #147DBC; }

 a { background-color: rgb(20,125,188); }

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

border-color css

<style>
 span { border-color: #147DBC; }

 span { border-color: rgb(20,125,188); }

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