Html Css Color HEX #038DDF Pacific Blue

📋 copy color: '#038DDF'

red 3 ◦ green 141 ◦ blue 223

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

Shades of Pacific Blue #038DDF

Tints of Pacific Blue #038DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 60.76%

R = 0.82%
G = 38.42%
B = 60.76%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#038DDF (or 0x038DDF) is known color: Pacific Blue. HEX triplet: 03, 8D and DF. RGB value is (3,141,223). Sum of RGB (Red+Green+Blue) = 3+141+223=367 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #038DDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038DDF is #FC7220. Grayscale: #6C6C6C. Windows color (decimal): -16544289 or 14650627. OLE color: 14650627.

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

Color convert

RGB 3 141 223 -
CMYK 0.99 0.37 0 0.13
HSL 202.36º 0.97% 0.44% -
HSV(B) 202.36º 0.99% 0.87% -
XYZ 22.88 24.4 73.32 -
YUV 109.09 192.28 52.33 -
System Red Green Blue C M Y K H S L
Decimal 3 141 223 0.99 0.37 0 0.13 202.36 0.97 0.44
Hex 3 8D DF 63 25 0 D CA 61 2C
Octal 3 215 337 143 45 0 15 312 141 54
Binary 11 10001101 11011111 1100011 100101 0 1101 11001010 1100001 101100

Color Harmonies of #038DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038DDF

Black with #038DDF

Text Example


Text Example

White with #038DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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