Html Css Color HEX #038CDE Pacific Blue

📋 copy color: '#038CDE'

red 3 ◦ green 140 ◦ blue 222

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

Shades of Pacific Blue #038CDE

Tints of Pacific Blue #038CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 60.82%

R = 0.82%
G = 38.36%
B = 60.82%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#038CDE (or 0x038CDE) is known color: Pacific Blue. HEX triplet: 03, 8C and DE. RGB value is (3,140,222). Sum of RGB (Red+Green+Blue) = 3+140+222=365 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 222 (87.11% from 255 or 60.82% from 365); Max value from RGB is 222 - color contains mainly: blue. Hex color #038CDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038CDE is #FC7321. Grayscale: #6B6B6B. Windows color (decimal): -16544546 or 14584835. OLE color: 14584835.

HSL color Cylindrical-coordinate representation of color #038CDE: hue angle of 202.47º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038CDE is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 140 222 -
CMYK 0.99 0.37 0 0.13
HSL 202.47º 0.97% 0.44% -
HSV(B) 202.47º 0.99% 0.87% -
XYZ 22.6 24.05 72.56 -
YUV 108.39 192.11 52.83 -
System Red Green Blue C M Y K H S L
Decimal 3 140 222 0.99 0.37 0 0.13 202.47 0.97 0.44
Hex 3 8C DE 63 25 0 D CA 61 2C
Octal 3 214 336 143 45 0 15 312 141 54
Binary 11 10001100 11011110 1100011 100101 0 1101 11001010 1100001 101100

Color Harmonies of #038CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038CDE

Black with #038CDE

Text Example


Text Example

White with #038CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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