Html Css Color HEX #038DCD Pacific Blue

📋 copy color: '#038DCD'

red 3 ◦ green 141 ◦ blue 205

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

Shades of Pacific Blue #038DCD

Tints of Pacific Blue #038DCD

RGB

 RED value IS 3 (1.56% from 255) = 0.86%

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

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

R = 0.86%
G = 40.4%
B = 58.74%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#038DCD (or 0x038DCD) is known color: Pacific Blue. HEX triplet: 03, 8D and CD. RGB value is (3,141,205). Sum of RGB (Red+Green+Blue) = 3+141+205=349 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 205 (80.47% from 255 or 58.74% from 349); Max value from RGB is 205 - color contains mainly: blue. Hex color #038DCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038DCD is #FC7232. Grayscale: #6A6A6A. Windows color (decimal): -16544307 or 13470979. OLE color: 13470979.

HSL color Cylindrical-coordinate representation of color #038DCD: hue angle of 199.01º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038DCD is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 141 205 -
CMYK 0.99 0.31 0 0.20
HSL 199.01º 0.97% 0.41% -
HSV(B) 199.01º 0.99% 0.8% -
XYZ 20.58 23.48 61.2 -
YUV 107.03 183.28 53.8 -
System Red Green Blue C M Y K H S L
Decimal 3 141 205 0.99 0.31 0 0.20 199.01 0.97 0.41
Hex 3 8D CD 63 1F 0 14 C7 61 29
Octal 3 215 315 143 37 0 24 307 141 51
Binary 11 10001101 11001101 1100011 11111 0 10100 11000111 1100001 101001

Color Harmonies of #038DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038DCD

Black with #038DCD

Text Example


Text Example

White with #038DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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