Html Css Color HEX #038EDD Pacific Blue

📋 copy color: '#038EDD'

red 3 ◦ green 142 ◦ blue 221

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

Shades of Pacific Blue #038EDD

Tints of Pacific Blue #038EDD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.8%

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

R = 0.82%
G = 38.8%
B = 60.38%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#038EDD (or 0x038EDD) is known color: Pacific Blue. HEX triplet: 03, 8E and DD. RGB value is (3,142,221). Sum of RGB (Red+Green+Blue) = 3+142+221=366 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 366); Green value is 142 (55.86% from 255 or 38.80% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #038EDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038EDD is #FC7122. Grayscale: #6C6C6C. Windows color (decimal): -16544035 or 14519811. OLE color: 14519811.

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

Color convert

RGB 3 142 221 -
CMYK 0.99 0.36 0 0.13
HSL 201.74º 0.97% 0.44% -
HSV(B) 201.74º 0.99% 0.87% -
XYZ 22.76 24.59 71.95 -
YUV 109.45 190.95 52.08 -
System Red Green Blue C M Y K H S L
Decimal 3 142 221 0.99 0.36 0 0.13 201.74 0.97 0.44
Hex 3 8E DD 63 24 0 D CA 61 2C
Octal 3 216 335 143 44 0 15 312 141 54
Binary 11 10001110 11011101 1100011 100100 0 1101 11001010 1100001 101100

Color Harmonies of #038EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038EDD

Black with #038EDD

Text Example


Text Example

White with #038EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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