Html Css Color HEX #038DDB Pacific Blue

📋 copy color: '#038DDB'

red 3 ◦ green 141 ◦ blue 219

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

Shades of Pacific Blue #038DDB

Tints of Pacific Blue #038DDB

RGB

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

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

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

R = 0.83%
G = 38.84%
B = 60.33%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#038DDB (or 0x038DDB) is known color: Pacific Blue. HEX triplet: 03, 8D and DB. RGB value is (3,141,219). Sum of RGB (Red+Green+Blue) = 3+141+219=363 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #038DDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038DDB is #FC7224. Grayscale: #6C6C6C. Windows color (decimal): -16544293 or 14388483. OLE color: 14388483.

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

Color convert

RGB 3 141 219 -
CMYK 0.99 0.36 0 0.14
HSL 201.67º 0.97% 0.44% -
HSV(B) 201.67º 0.99% 0.86% -
XYZ 22.35 24.18 70.51 -
YUV 108.63 190.28 52.66 -
System Red Green Blue C M Y K H S L
Decimal 3 141 219 0.99 0.36 0 0.14 201.67 0.97 0.44
Hex 3 8D DB 63 24 0 E CA 61 2C
Octal 3 215 333 143 44 0 16 312 141 54
Binary 11 10001101 11011011 1100011 100100 0 1110 11001010 1100001 101100

Color Harmonies of #038DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038DDB

Black with #038DDB

Text Example


Text Example

White with #038DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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