Html Css Color HEX #038CD8 Pacific Blue

📋 copy color: '#038CD8'

red 3 ◦ green 140 ◦ blue 216

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

Shades of Pacific Blue #038CD8

Tints of Pacific Blue #038CD8

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39%

 BLUE value IS 216 (84.77% from 255) = 60.17%

R = 0.84%
G = 39%
B = 60.17%

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

#038CD8 (or 0x038CD8) is known color: Pacific Blue. HEX triplet: 03, 8C and D8. RGB value is (3,140,216). Sum of RGB (Red+Green+Blue) = 3+140+216=359 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 359); Green value is 140 (55.08% from 255 or 39.00% from 359); Blue value is 216 (84.77% from 255 or 60.17% from 359); Max value from RGB is 216 - color contains mainly: blue. Hex color #038CD8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038CD8 is #FC7327. Grayscale: #6B6B6B. Windows color (decimal): -16544552 or 14191619. OLE color: 14191619.

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

Color convert

RGB 3 140 216 -
CMYK 0.99 0.35 0 0.15
HSL 201.41º 0.97% 0.43% -
HSV(B) 201.41º 0.99% 0.85% -
XYZ 21.81 23.73 68.4 -
YUV 107.7 189.11 53.32 -
System Red Green Blue C M Y K H S L
Decimal 3 140 216 0.99 0.35 0 0.15 201.41 0.97 0.43
Hex 3 8C D8 63 23 0 F C9 61 2B
Octal 3 214 330 143 43 0 17 311 141 53
Binary 11 10001100 11011000 1100011 100011 0 1111 11001001 1100001 101011

Color Harmonies of #038CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038CD8

Black with #038CD8

Text Example


Text Example

White with #038CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,140,216); }

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

background-color css

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

 a { background-color: rgb(3,140,216); }

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

border-color css

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

 span { border-color: rgb(3,140,216); }

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