Html Css Color HEX #038EDB Pacific Blue

📋 copy color: '#038EDB'

red 3 ◦ green 142 ◦ blue 219

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

Shades of Pacific Blue #038EDB

Tints of Pacific Blue #038EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 60.16%

R = 0.82%
G = 39.01%
B = 60.16%

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

#038EDB (or 0x038EDB) is known color: Pacific Blue. HEX triplet: 03, 8E and DB. RGB value is (3,142,219). Sum of RGB (Red+Green+Blue) = 3+142+219=364 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #038EDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038EDB is #FC7124. Grayscale: #6C6C6C. Windows color (decimal): -16544037 or 14388739. OLE color: 14388739.

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

Color convert

RGB 3 142 219 -
CMYK 0.99 0.35 0 0.14
HSL 201.39º 0.97% 0.44% -
HSV(B) 201.39º 0.99% 0.86% -
XYZ 22.5 24.48 70.56 -
YUV 109.22 189.95 52.24 -
System Red Green Blue C M Y K H S L
Decimal 3 142 219 0.99 0.35 0 0.14 201.39 0.97 0.44
Hex 3 8E DB 63 23 0 E C9 61 2C
Octal 3 216 333 143 43 0 16 311 141 54
Binary 11 10001110 11011011 1100011 100011 0 1110 11001001 1100001 101100

Color Harmonies of #038EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038EDB

Black with #038EDB

Text Example


Text Example

White with #038EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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