Html Css Color HEX #148DCD Pacific Blue

📋 copy color: '#148DCD'

red 20 ◦ green 141 ◦ blue 205

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

Shades of Pacific Blue #148DCD

Tints of Pacific Blue #148DCD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.52%

 BLUE value IS 205 (80.47% from 255) = 56.01%

R = 5.46%
G = 38.52%
B = 56.01%

CMYK

 C value IS 0.90

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#148DCD (or 0x148DCD) is known color: Pacific Blue. HEX triplet: 14, 8D and CD. RGB value is (20,141,205). Sum of RGB (Red+Green+Blue) = 20+141+205=366 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.46% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 205 (80.47% from 255 or 56.01% from 366); Max value from RGB is 205 - color contains mainly: blue. Hex color #148DCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148DCD is #EB7232. Grayscale: #6F6F6F. Windows color (decimal): -15430195 or 13470996. OLE color: 13470996.

HSL color Cylindrical-coordinate representation of color #148DCD: hue angle of 200.76º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #148DCD is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 141 205 -
CMYK 0.90 0.31 0 0.20
HSL 200.76º 0.82% 0.44% -
HSV(B) 200.76º 0.9% 0.8% -
XYZ 20.83 23.61 61.22 -
YUV 112.12 180.41 62.3 -
System Red Green Blue C M Y K H S L
Decimal 20 141 205 0.90 0.31 0 0.20 200.76 0.82 0.44
Hex 14 8D CD 5A 1F 0 14 C9 52 2C
Octal 24 215 315 132 37 0 24 311 122 54
Binary 10100 10001101 11001101 1011010 11111 0 10100 11001001 1010010 101100

Color Harmonies of #148DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148DCD

Black with #148DCD

Text Example


Text Example

White with #148DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148DCD; }

 p { color: rgb(20,141,205); }

 H1.HeaderClassName
 {
   color: #148DCD;
 }
 .AnyTagClassName
 {
   color: #148DCD;
 }
</style>

background-color css

<style>
 a { background-color: #148DCD; }

 a { background-color: rgb(20,141,205); }

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

border-color css

<style>
 span { border-color: #148DCD; }

 span { border-color: rgb(20,141,205); }

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