Html Css Color HEX #038CE0 Pacific Blue

📋 copy color: '#038CE0'

red 3 ◦ green 140 ◦ blue 224

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

Shades of Pacific Blue #038CE0

Tints of Pacific Blue #038CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 61.04%

R = 0.82%
G = 38.15%
B = 61.04%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#038CE0 (or 0x038CE0) is known color: Pacific Blue. HEX triplet: 03, 8C and E0. RGB value is (3,140,224). Sum of RGB (Red+Green+Blue) = 3+140+224=367 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 224 (87.89% from 255 or 61.04% from 367); Max value from RGB is 224 - color contains mainly: blue. Hex color #038CE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038CE0 is #FC731F. Grayscale: #6C6C6C. Windows color (decimal): -16544544 or 14715907. OLE color: 14715907.

HSL color Cylindrical-coordinate representation of color #038CE0: hue angle of 202.81º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038CE0 is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 3 140 224 -
CMYK 0.99 0.38 0 0.12
HSL 202.81º 0.97% 0.45% -
HSV(B) 202.81º 0.99% 0.88% -
XYZ 22.87 24.16 73.98 -
YUV 108.61 193.11 52.67 -
System Red Green Blue C M Y K H S L
Decimal 3 140 224 0.99 0.38 0 0.12 202.81 0.97 0.45
Hex 3 8C E0 63 26 0 C CB 61 2D
Octal 3 214 340 143 46 0 14 313 141 55
Binary 11 10001100 11100000 1100011 100110 0 1100 11001011 1100001 101101

Color Harmonies of #038CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038CE0

Black with #038CE0

Text Example


Text Example

White with #038CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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