Html Css Color HEX #038CDD Pacific Blue

📋 copy color: '#038CDD'

red 3 ◦ green 140 ◦ blue 221

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

Shades of Pacific Blue #038CDD

Tints of Pacific Blue #038CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.71%

R = 0.82%
G = 38.46%
B = 60.71%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#038CDD (or 0x038CDD) is known color: Pacific Blue. HEX triplet: 03, 8C and DD. RGB value is (3,140,221). Sum of RGB (Red+Green+Blue) = 3+140+221=364 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #038CDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038CDD is #FC7322. Grayscale: #6B6B6B. Windows color (decimal): -16544547 or 14519299. OLE color: 14519299.

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

Color convert

RGB 3 140 221 -
CMYK 0.99 0.37 0 0.13
HSL 202.29º 0.97% 0.44% -
HSV(B) 202.29º 0.99% 0.87% -
XYZ 22.47 24 71.85 -
YUV 108.27 191.61 52.91 -
System Red Green Blue C M Y K H S L
Decimal 3 140 221 0.99 0.37 0 0.13 202.29 0.97 0.44
Hex 3 8C DD 63 25 0 D CA 61 2C
Octal 3 214 335 143 45 0 15 312 141 54
Binary 11 10001100 11011101 1100011 100101 0 1101 11001010 1100001 101100

Color Harmonies of #038CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038CDD

Black with #038CDD

Text Example


Text Example

White with #038CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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