Html Css Color HEX #147DBB Cerulean

📋 copy color: '#147DBB'

red 20 ◦ green 125 ◦ blue 187

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

Shades of Cerulean #147DBB

Tints of Cerulean #147DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 56.33%

R = 6.02%
G = 37.65%
B = 56.33%

CMYK

 C value IS 0.89

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#147DBB (or 0x147DBB) is known color: Cerulean. HEX triplet: 14, 7D and BB. RGB value is (20,125,187). Sum of RGB (Red+Green+Blue) = 20+125+187=332 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.02% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 187 (73.44% from 255 or 56.33% from 332); Max value from RGB is 187 - color contains mainly: blue. Hex color #147DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147DBB is #EB8244. Grayscale: #646464. Windows color (decimal): -15434309 or 12287252. OLE color: 12287252.

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

Color convert

RGB 20 125 187 -
CMYK 0.89 0.33 0 0.27
HSL 202.28º 0.81% 0.41% -
HSV(B) 202.28º 0.89% 0.73% -
XYZ 16.59 18.4 49.69 -
YUV 100.67 176.71 70.46 -
System Red Green Blue C M Y K H S L
Decimal 20 125 187 0.89 0.33 0 0.27 202.28 0.81 0.41
Hex 14 7D BB 59 21 0 1B CA 51 29
Octal 24 175 273 131 41 0 33 312 121 51
Binary 10100 1111101 10111011 1011001 100001 0 11011 11001010 1010001 101001

Color Harmonies of #147DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147DBB

Black with #147DBB

Text Example


Text Example

White with #147DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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