Html Css Color HEX #038BDA Pacific Blue

📋 copy color: '#038BDA'

red 3 ◦ green 139 ◦ blue 218

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

Shades of Pacific Blue #038BDA

Tints of Pacific Blue #038BDA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.61%

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

R = 0.83%
G = 38.61%
B = 60.56%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#038BDA (or 0x038BDA) is known color: Pacific Blue. HEX triplet: 03, 8B and DA. RGB value is (3,139,218). Sum of RGB (Red+Green+Blue) = 3+139+218=360 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 360); Green value is 139 (54.69% from 255 or 38.61% from 360); Blue value is 218 (85.55% from 255 or 60.56% from 360); Max value from RGB is 218 - color contains mainly: blue. Hex color #038BDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038BDA is #FC7425. Grayscale: #6A6A6A. Windows color (decimal): -16544806 or 14322435. OLE color: 14322435.

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

Color convert

RGB 3 139 218 -
CMYK 0.99 0.36 0 0.15
HSL 202.05º 0.97% 0.43% -
HSV(B) 202.05º 0.99% 0.85% -
XYZ 21.93 23.55 69.72 -
YUV 107.34 190.44 53.58 -
System Red Green Blue C M Y K H S L
Decimal 3 139 218 0.99 0.36 0 0.15 202.05 0.97 0.43
Hex 3 8B DA 63 24 0 F CA 61 2B
Octal 3 213 332 143 44 0 17 312 141 53
Binary 11 10001011 11011010 1100011 100100 0 1111 11001010 1100001 101011

Color Harmonies of #038BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038BDA

Black with #038BDA

Text Example


Text Example

White with #038BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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