Html Css Color HEX #038FCD Pacific Blue

📋 copy color: '#038FCD'

red 3 ◦ green 143 ◦ blue 205

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

Shades of Pacific Blue #038FCD

Tints of Pacific Blue #038FCD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.74%

 BLUE value IS 205 (80.47% from 255) = 58.4%

R = 0.85%
G = 40.74%
B = 58.4%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#038FCD (or 0x038FCD) is known color: Pacific Blue. HEX triplet: 03, 8F and CD. RGB value is (3,143,205). Sum of RGB (Red+Green+Blue) = 3+143+205=351 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 351); Green value is 143 (56.25% from 255 or 40.74% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #038FCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038FCD is #FC7032. Grayscale: #6B6B6B. Windows color (decimal): -16543795 or 13471491. OLE color: 13471491.

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

Color convert

RGB 3 143 205 -
CMYK 0.99 0.30 0 0.20
HSL 198.42º 0.97% 0.41% -
HSV(B) 198.42º 0.99% 0.8% -
XYZ 20.88 24.07 61.3 -
YUV 108.21 182.62 52.96 -
System Red Green Blue C M Y K H S L
Decimal 3 143 205 0.99 0.30 0 0.20 198.42 0.97 0.41
Hex 3 8F CD 63 1E 0 14 C6 61 29
Octal 3 217 315 143 36 0 24 306 141 51
Binary 11 10001111 11001101 1100011 11110 0 10100 11000110 1100001 101001

Color Harmonies of #038FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038FCD

Black with #038FCD

Text Example


Text Example

White with #038FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,143,205); }

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

background-color css

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

 a { background-color: rgb(3,143,205); }

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

border-color css

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

 span { border-color: rgb(3,143,205); }

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