Html Css Color HEX #038ADF Pacific Blue

📋 copy color: '#038ADF'

red 3 ◦ green 138 ◦ blue 223

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

Shades of Pacific Blue #038ADF

Tints of Pacific Blue #038ADF

RGB

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

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

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

R = 0.82%
G = 37.91%
B = 61.26%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#038ADF (or 0x038ADF) is known color: Pacific Blue. HEX triplet: 03, 8A and DF. RGB value is (3,138,223). Sum of RGB (Red+Green+Blue) = 3+138+223=364 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 223 (87.5% from 255 or 61.26% from 364); Max value from RGB is 223 - color contains mainly: blue. Hex color #038ADF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038ADF is #FC7520. Grayscale: #6A6A6A. Windows color (decimal): -16545057 or 14649859. OLE color: 14649859.

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

Color convert

RGB 3 138 223 -
CMYK 0.99 0.38 0 0.13
HSL 203.18º 0.97% 0.44% -
HSV(B) 203.18º 0.99% 0.87% -
XYZ 22.45 23.52 73.17 -
YUV 107.33 193.27 53.59 -
System Red Green Blue C M Y K H S L
Decimal 3 138 223 0.99 0.38 0 0.13 203.18 0.97 0.44
Hex 3 8A DF 63 26 0 D CB 61 2C
Octal 3 212 337 143 46 0 15 313 141 54
Binary 11 10001010 11011111 1100011 100110 0 1101 11001011 1100001 101100

Color Harmonies of #038ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038ADF

Black with #038ADF

Text Example


Text Example

White with #038ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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