Html Css Color HEX #038AE0 Pacific Blue

📋 copy color: '#038AE0'

red 3 ◦ green 138 ◦ blue 224

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

Shades of Pacific Blue #038AE0

Tints of Pacific Blue #038AE0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.81%

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

R = 0.82%
G = 37.81%
B = 61.37%

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

#038AE0 (or 0x038AE0) is known color: Pacific Blue. HEX triplet: 03, 8A and E0. RGB value is (3,138,224). Sum of RGB (Red+Green+Blue) = 3+138+224=365 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 224 (87.89% from 255 or 61.37% from 365); Max value from RGB is 224 - color contains mainly: blue. Hex color #038AE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038AE0 is #FC751F. Grayscale: #6A6A6A. Windows color (decimal): -16545056 or 14715395. OLE color: 14715395.

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

Color convert

RGB 3 138 224 -
CMYK 0.99 0.38 0 0.12
HSL 203.35º 0.97% 0.45% -
HSV(B) 203.35º 0.99% 0.88% -
XYZ 22.58 23.58 73.88 -
YUV 107.44 193.77 53.51 -
System Red Green Blue C M Y K H S L
Decimal 3 138 224 0.99 0.38 0 0.12 203.35 0.97 0.45
Hex 3 8A E0 63 26 0 C CB 61 2D
Octal 3 212 340 143 46 0 14 313 141 55
Binary 11 10001010 11100000 1100011 100110 0 1100 11001011 1100001 101101

Color Harmonies of #038AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038AE0

Black with #038AE0

Text Example


Text Example

White with #038AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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