Html Css Color HEX #038AC9 Pacific Blue

📋 copy color: '#038AC9'

red 3 ◦ green 138 ◦ blue 201

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

Shades of Pacific Blue #038AC9

Tints of Pacific Blue #038AC9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.35%

 BLUE value IS 201 (78.91% from 255) = 58.77%

R = 0.88%
G = 40.35%
B = 58.77%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#038AC9 (or 0x038AC9) is known color: Pacific Blue. HEX triplet: 03, 8A and C9. RGB value is (3,138,201). Sum of RGB (Red+Green+Blue) = 3+138+201=342 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 201 (78.91% from 255 or 58.77% from 342); Max value from RGB is 201 - color contains mainly: blue. Hex color #038AC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038AC9 is #FC7536. Grayscale: #686868. Windows color (decimal): -16545079 or 13208067. OLE color: 13208067.

HSL color Cylindrical-coordinate representation of color #038AC9: hue angle of 199.09º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038AC9 is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 3 138 201 -
CMYK 0.99 0.31 0 0.21
HSL 199.09º 0.97% 0.4% -
HSV(B) 199.09º 0.99% 0.79% -
XYZ 19.67 22.41 58.55 -
YUV 104.82 182.27 55.38 -
System Red Green Blue C M Y K H S L
Decimal 3 138 201 0.99 0.31 0 0.21 199.09 0.97 0.4
Hex 3 8A C9 63 1F 0 15 C7 61 28
Octal 3 212 311 143 37 0 25 307 141 50
Binary 11 10001010 11001001 1100011 11111 0 10101 11000111 1100001 101000

Color Harmonies of #038AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038AC9

Black with #038AC9

Text Example


Text Example

White with #038AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,138,201); }

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

background-color css

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

 a { background-color: rgb(3,138,201); }

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

border-color css

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

 span { border-color: rgb(3,138,201); }

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