Html Css Color HEX #038DD8 Pacific Blue

📋 copy color: '#038DD8'

red 3 ◦ green 141 ◦ blue 216

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

Shades of Pacific Blue #038DD8

Tints of Pacific Blue #038DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 60%

R = 0.83%
G = 39.17%
B = 60%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#038DD8 (or 0x038DD8) is known color: Pacific Blue. HEX triplet: 03, 8D and D8. RGB value is (3,141,216). Sum of RGB (Red+Green+Blue) = 3+141+216=360 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 216 (84.77% from 255 or 60% from 360); Max value from RGB is 216 - color contains mainly: blue. Hex color #038DD8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038DD8 is #FC7227. Grayscale: #6B6B6B. Windows color (decimal): -16544296 or 14191875. OLE color: 14191875.

HSL color Cylindrical-coordinate representation of color #038DD8: hue angle of 201.13º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038DD8 is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 3 141 216 -
CMYK 0.99 0.35 0 0.15
HSL 201.13º 0.97% 0.43% -
HSV(B) 201.13º 0.99% 0.85% -
XYZ 21.96 24.03 68.45 -
YUV 108.29 188.78 52.9 -
System Red Green Blue C M Y K H S L
Decimal 3 141 216 0.99 0.35 0 0.15 201.13 0.97 0.43
Hex 3 8D D8 63 23 0 F C9 61 2B
Octal 3 215 330 143 43 0 17 311 141 53
Binary 11 10001101 11011000 1100011 100011 0 1111 11001001 1100001 101011

Color Harmonies of #038DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038DD8

Black with #038DD8

Text Example


Text Example

White with #038DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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