Html Css Color HEX #038ACC Pacific Blue

📋 copy color: '#038ACC'

red 3 ◦ green 138 ◦ blue 204

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

Shades of Pacific Blue #038ACC

Tints of Pacific Blue #038ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 59.13%

R = 0.87%
G = 40%
B = 59.13%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#038ACC (or 0x038ACC) is known color: Pacific Blue. HEX triplet: 03, 8A and CC. RGB value is (3,138,204). Sum of RGB (Red+Green+Blue) = 3+138+204=345 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #038ACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038ACC is #FC7533. Grayscale: #686868. Windows color (decimal): -16545076 or 13404675. OLE color: 13404675.

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

Color convert

RGB 3 138 204 -
CMYK 0.99 0.32 0 0.2
HSL 199.7º 0.97% 0.41% -
HSV(B) 199.7º 0.99% 0.8% -
XYZ 20.03 22.56 60.43 -
YUV 105.16 183.77 55.13 -
System Red Green Blue C M Y K H S L
Decimal 3 138 204 0.99 0.32 0 0.2 199.7 0.97 0.41
Hex 3 8A CC 63 20 0 14 C8 61 29
Octal 3 212 314 143 40 0 24 310 141 51
Binary 11 10001010 11001100 1100011 100000 0 10100 11001000 1100001 101001

Color Harmonies of #038ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038ACC

Black with #038ACC

Text Example


Text Example

White with #038ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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