Html Css Color HEX #038BCB Pacific Blue

📋 copy color: '#038BCB'

red 3 ◦ green 139 ◦ blue 203

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

Shades of Pacific Blue #038BCB

Tints of Pacific Blue #038BCB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.29%

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

R = 0.87%
G = 40.29%
B = 58.84%

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

#038BCB (or 0x038BCB) is known color: Pacific Blue. HEX triplet: 03, 8B and CB. RGB value is (3,139,203). Sum of RGB (Red+Green+Blue) = 3+139+203=345 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 345); Green value is 139 (54.69% from 255 or 40.29% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #038BCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038BCB is #FC7434. Grayscale: #696969. Windows color (decimal): -16544821 or 13339395. OLE color: 13339395.

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

Color convert

RGB 3 139 203 -
CMYK 0.99 0.32 0 0.20
HSL 199.2º 0.97% 0.4% -
HSV(B) 199.2º 0.99% 0.8% -
XYZ 20.05 22.8 59.84 -
YUV 105.63 182.94 54.8 -
System Red Green Blue C M Y K H S L
Decimal 3 139 203 0.99 0.32 0 0.20 199.2 0.97 0.4
Hex 3 8B CB 63 20 0 14 C7 61 28
Octal 3 213 313 143 40 0 24 307 141 50
Binary 11 10001011 11001011 1100011 100000 0 10100 11000111 1100001 101000

Color Harmonies of #038BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038BCB

Black with #038BCB

Text Example


Text Example

White with #038BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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