Html Css Color HEX #038EDC Pacific Blue

📋 copy color: '#038EDC'

red 3 ◦ green 142 ◦ blue 220

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

Shades of Pacific Blue #038EDC

Tints of Pacific Blue #038EDC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.9%

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

R = 0.82%
G = 38.9%
B = 60.27%

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

#038EDC (or 0x038EDC) is known color: Pacific Blue. HEX triplet: 03, 8E and DC. RGB value is (3,142,220). Sum of RGB (Red+Green+Blue) = 3+142+220=365 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #038EDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038EDC is #FC7123. Grayscale: #6C6C6C. Windows color (decimal): -16544036 or 14454275. OLE color: 14454275.

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

Color convert

RGB 3 142 220 -
CMYK 0.99 0.35 0 0.14
HSL 201.57º 0.97% 0.44% -
HSV(B) 201.57º 0.99% 0.86% -
XYZ 22.63 24.53 71.25 -
YUV 109.33 190.45 52.16 -
System Red Green Blue C M Y K H S L
Decimal 3 142 220 0.99 0.35 0 0.14 201.57 0.97 0.44
Hex 3 8E DC 63 23 0 E CA 61 2C
Octal 3 216 334 143 43 0 16 312 141 54
Binary 11 10001110 11011100 1100011 100011 0 1110 11001010 1100001 101100

Color Harmonies of #038EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038EDC

Black with #038EDC

Text Example


Text Example

White with #038EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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