Html Css Color HEX #038ACB Pacific Blue

📋 copy color: '#038ACB'

red 3 ◦ green 138 ◦ blue 203

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

Shades of Pacific Blue #038ACB

Tints of Pacific Blue #038ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 59.01%

R = 0.87%
G = 40.12%
B = 59.01%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#038ACB (or 0x038ACB) is known color: Pacific Blue. HEX triplet: 03, 8A and CB. RGB value is (3,138,203). Sum of RGB (Red+Green+Blue) = 3+138+203=344 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #038ACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038ACB is #FC7534. Grayscale: #686868. Windows color (decimal): -16545077 or 13339139. OLE color: 13339139.

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

Color convert

RGB 3 138 203 -
CMYK 0.99 0.32 0 0.20
HSL 199.5º 0.97% 0.4% -
HSV(B) 199.5º 0.99% 0.8% -
XYZ 19.91 22.51 59.8 -
YUV 105.05 183.27 55.21 -
System Red Green Blue C M Y K H S L
Decimal 3 138 203 0.99 0.32 0 0.20 199.5 0.97 0.4
Hex 3 8A CB 63 20 0 14 C8 61 28
Octal 3 212 313 143 40 0 24 310 141 50
Binary 11 10001010 11001011 1100011 100000 0 10100 11001000 1100001 101000

Color Harmonies of #038ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038ACB

Black with #038ACB

Text Example


Text Example

White with #038ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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