Html Css Color HEX #147DB7 Cerulean

📋 copy color: '#147DB7'

red 20 ◦ green 125 ◦ blue 183

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

Shades of Cerulean #147DB7

Tints of Cerulean #147DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 55.79%

R = 6.1%
G = 38.11%
B = 55.79%

CMYK

 C value IS 0.89

 M value IS 0.32

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#147DB7 (or 0x147DB7) is known color: Cerulean. HEX triplet: 14, 7D and B7. RGB value is (20,125,183). Sum of RGB (Red+Green+Blue) = 20+125+183=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 125 (49.22% from 255 or 38.11% from 328); Blue value is 183 (71.88% from 255 or 55.79% from 328); Max value from RGB is 183 - color contains mainly: blue. Hex color #147DB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147DB7 is #EB8248. Grayscale: #636363. Windows color (decimal): -15434313 or 12025108. OLE color: 12025108.

HSL color Cylindrical-coordinate representation of color #147DB7: hue angle of 201.35º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #147DB7 is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 20 125 183 -
CMYK 0.89 0.32 0 0.28
HSL 201.35º 0.8% 0.4% -
HSV(B) 201.35º 0.89% 0.72% -
XYZ 16.17 18.23 47.47 -
YUV 100.22 174.71 70.78 -
System Red Green Blue C M Y K H S L
Decimal 20 125 183 0.89 0.32 0 0.28 201.35 0.8 0.4
Hex 14 7D B7 59 20 0 1C C9 50 28
Octal 24 175 267 131 40 0 34 311 120 50
Binary 10100 1111101 10110111 1011001 100000 0 11100 11001001 1010000 101000

Color Harmonies of #147DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147DB7

Black with #147DB7

Text Example


Text Example

White with #147DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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