Html Css Color HEX #038EDF Pacific Blue

📋 copy color: '#038EDF'

red 3 ◦ green 142 ◦ blue 223

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

Shades of Pacific Blue #038EDF

Tints of Pacific Blue #038EDF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.59%

 BLUE value IS 223 (87.5% from 255) = 60.6%

R = 0.82%
G = 38.59%
B = 60.6%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#038EDF (or 0x038EDF) is known color: Pacific Blue. HEX triplet: 03, 8E and DF. RGB value is (3,142,223). Sum of RGB (Red+Green+Blue) = 3+142+223=368 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 368); Green value is 142 (55.86% from 255 or 38.59% from 368); Blue value is 223 (87.5% from 255 or 60.60% from 368); Max value from RGB is 223 - color contains mainly: blue. Hex color #038EDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038EDF is #FC7120. Grayscale: #6D6D6D. Windows color (decimal): -16544033 or 14650883. OLE color: 14650883.

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

Color convert

RGB 3 142 223 -
CMYK 0.99 0.36 0 0.13
HSL 202.09º 0.97% 0.44% -
HSV(B) 202.09º 0.99% 0.87% -
XYZ 23.03 24.69 73.36 -
YUV 109.67 191.95 51.91 -
System Red Green Blue C M Y K H S L
Decimal 3 142 223 0.99 0.36 0 0.13 202.09 0.97 0.44
Hex 3 8E DF 63 24 0 D CA 61 2C
Octal 3 216 337 143 44 0 15 312 141 54
Binary 11 10001110 11011111 1100011 100100 0 1101 11001010 1100001 101100

Color Harmonies of #038EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038EDF

Black with #038EDF

Text Example


Text Example

White with #038EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,142,223); }

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

background-color css

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

 a { background-color: rgb(3,142,223); }

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

border-color css

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

 span { border-color: rgb(3,142,223); }

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