Html Css Color HEX #038DCE Pacific Blue

📋 copy color: '#038DCE'

red 3 ◦ green 141 ◦ blue 206

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

Shades of Pacific Blue #038DCE

Tints of Pacific Blue #038DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 58.86%

R = 0.86%
G = 40.29%
B = 58.86%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#038DCE (or 0x038DCE) is known color: Pacific Blue. HEX triplet: 03, 8D and CE. RGB value is (3,141,206). Sum of RGB (Red+Green+Blue) = 3+141+206=350 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #038DCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038DCE is #FC7231. Grayscale: #6A6A6A. Windows color (decimal): -16544306 or 13536515. OLE color: 13536515.

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

Color convert

RGB 3 141 206 -
CMYK 0.99 0.32 0 0.19
HSL 199.21º 0.97% 0.41% -
HSV(B) 199.21º 0.99% 0.81% -
XYZ 20.7 23.53 61.84 -
YUV 107.15 183.78 53.71 -
System Red Green Blue C M Y K H S L
Decimal 3 141 206 0.99 0.32 0 0.19 199.21 0.97 0.41
Hex 3 8D CE 63 20 0 13 C7 61 29
Octal 3 215 316 143 40 0 23 307 141 51
Binary 11 10001101 11001110 1100011 100000 0 10011 11000111 1100001 101001

Color Harmonies of #038DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038DCE

Black with #038DCE

Text Example


Text Example

White with #038DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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