Html Css Color HEX #038FDC Pacific Blue

📋 copy color: '#038FDC'

red 3 ◦ green 143 ◦ blue 220

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

Shades of Pacific Blue #038FDC

Tints of Pacific Blue #038FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 60.11%

R = 0.82%
G = 39.07%
B = 60.11%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#038FDC (or 0x038FDC) is known color: Pacific Blue. HEX triplet: 03, 8F and DC. RGB value is (3,143,220). Sum of RGB (Red+Green+Blue) = 3+143+220=366 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 366); Green value is 143 (56.25% from 255 or 39.07% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #038FDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038FDC is #FC7023. Grayscale: #6D6D6D. Windows color (decimal): -16543780 or 14454531. OLE color: 14454531.

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

Color convert

RGB 3 143 220 -
CMYK 0.99 0.35 0 0.14
HSL 201.29º 0.97% 0.44% -
HSV(B) 201.29º 0.99% 0.86% -
XYZ 22.78 24.83 71.3 -
YUV 109.92 190.12 51.74 -
System Red Green Blue C M Y K H S L
Decimal 3 143 220 0.99 0.35 0 0.14 201.29 0.97 0.44
Hex 3 8F DC 63 23 0 E C9 61 2C
Octal 3 217 334 143 43 0 16 311 141 54
Binary 11 10001111 11011100 1100011 100011 0 1110 11001001 1100001 101100

Color Harmonies of #038FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038FDC

Black with #038FDC

Text Example


Text Example

White with #038FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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