Html Css Color HEX #038CCF Pacific Blue

📋 copy color: '#038CCF'

red 3 ◦ green 140 ◦ blue 207

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

Shades of Pacific Blue #038CCF

Tints of Pacific Blue #038CCF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40%

 BLUE value IS 207 (81.25% from 255) = 59.14%

R = 0.86%
G = 40%
B = 59.14%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#038CCF (or 0x038CCF) is known color: Pacific Blue. HEX triplet: 03, 8C and CF. RGB value is (3,140,207). Sum of RGB (Red+Green+Blue) = 3+140+207=350 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 207 (81.25% from 255 or 59.14% from 350); Max value from RGB is 207 - color contains mainly: blue. Hex color #038CCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038CCF is #FC7330. Grayscale: #6A6A6A. Windows color (decimal): -16544561 or 13601795. OLE color: 13601795.

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

Color convert

RGB 3 140 207 -
CMYK 0.99 0.32 0 0.19
HSL 199.71º 0.97% 0.41% -
HSV(B) 199.71º 0.99% 0.81% -
XYZ 20.68 23.28 62.44 -
YUV 106.68 184.61 54.05 -
System Red Green Blue C M Y K H S L
Decimal 3 140 207 0.99 0.32 0 0.19 199.71 0.97 0.41
Hex 3 8C CF 63 20 0 13 C8 61 29
Octal 3 214 317 143 40 0 23 310 141 51
Binary 11 10001100 11001111 1100011 100000 0 10011 11001000 1100001 101001

Color Harmonies of #038CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038CCF

Black with #038CCF

Text Example


Text Example

White with #038CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,140,207); }

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

background-color css

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

 a { background-color: rgb(3,140,207); }

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

border-color css

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

 span { border-color: rgb(3,140,207); }

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