Html Css Color HEX #038FD8 Pacific Blue

📋 copy color: '#038FD8'

red 3 ◦ green 143 ◦ blue 216

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

Shades of Pacific Blue #038FD8

Tints of Pacific Blue #038FD8

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.5%

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

R = 0.83%
G = 39.5%
B = 59.67%

CMYK

 C value IS 0.99

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#038FD8 (or 0x038FD8) is known color: Pacific Blue. HEX triplet: 03, 8F and D8. RGB value is (3,143,216). Sum of RGB (Red+Green+Blue) = 3+143+216=362 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 362); Green value is 143 (56.25% from 255 or 39.50% from 362); Blue value is 216 (84.77% from 255 or 59.67% from 362); Max value from RGB is 216 - color contains mainly: blue. Hex color #038FD8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038FD8 is #FC7027. Grayscale: #6D6D6D. Windows color (decimal): -16543784 or 14192387. OLE color: 14192387.

HSL color Cylindrical-coordinate representation of color #038FD8: hue angle of 200.56º 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 #038FD8 is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 3 143 216 -
CMYK 0.99 0.34 0 0.15
HSL 200.56º 0.97% 0.43% -
HSV(B) 200.56º 0.99% 0.85% -
XYZ 22.25 24.62 68.55 -
YUV 109.46 188.12 52.06 -
System Red Green Blue C M Y K H S L
Decimal 3 143 216 0.99 0.34 0 0.15 200.56 0.97 0.43
Hex 3 8F D8 63 22 0 F C9 61 2B
Octal 3 217 330 143 42 0 17 311 141 53
Binary 11 10001111 11011000 1100011 100010 0 1111 11001001 1100001 101011

Color Harmonies of #038FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038FD8

Black with #038FD8

Text Example


Text Example

White with #038FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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