Html Css Color HEX #038DDA Pacific Blue

📋 copy color: '#038DDA'

red 3 ◦ green 141 ◦ blue 218

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

Shades of Pacific Blue #038DDA

Tints of Pacific Blue #038DDA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.95%

 BLUE value IS 218 (85.55% from 255) = 60.22%

R = 0.83%
G = 38.95%
B = 60.22%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#038DDA (or 0x038DDA) is known color: Pacific Blue. HEX triplet: 03, 8D and DA. RGB value is (3,141,218). Sum of RGB (Red+Green+Blue) = 3+141+218=362 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 362); Green value is 141 (55.47% from 255 or 38.95% from 362); Blue value is 218 (85.55% from 255 or 60.22% from 362); Max value from RGB is 218 - color contains mainly: blue. Hex color #038DDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038DDA is #FC7225. Grayscale: #6C6C6C. Windows color (decimal): -16544294 or 14322947. OLE color: 14322947.

HSL color Cylindrical-coordinate representation of color #038DDA: hue angle of 201.49º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038DDA is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 3 141 218 -
CMYK 0.99 0.35 0 0.15
HSL 201.49º 0.97% 0.43% -
HSV(B) 201.49º 0.99% 0.85% -
XYZ 22.22 24.13 69.82 -
YUV 108.52 189.78 52.74 -
System Red Green Blue C M Y K H S L
Decimal 3 141 218 0.99 0.35 0 0.15 201.49 0.97 0.43
Hex 3 8D DA 63 23 0 F C9 61 2B
Octal 3 215 332 143 43 0 17 311 141 53
Binary 11 10001101 11011010 1100011 100011 0 1111 11001001 1100001 101011

Color Harmonies of #038DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038DDA

Black with #038DDA

Text Example


Text Example

White with #038DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,141,218); }

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

background-color css

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

 a { background-color: rgb(3,141,218); }

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

border-color css

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

 span { border-color: rgb(3,141,218); }

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