Html Css Color HEX #0594DD Pacific Blue

📋 copy color: '#0594DD'

red 5 ◦ green 148 ◦ blue 221

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

Shades of Pacific Blue #0594DD

Tints of Pacific Blue #0594DD

RGB

 RED value IS 5 (2.34% from 255) = 1.34%

 GREEN value IS 148 (58.2% from 255) = 39.57%

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

R = 1.34%
G = 39.57%
B = 59.09%

CMYK

 C value IS 0.98

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0594DD (or 0x0594DD) is known color: Pacific Blue. HEX triplet: 05, 94 and DD. RGB value is (5,148,221). Sum of RGB (Red+Green+Blue) = 5+148+221=374 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 221 (86.72% from 255 or 59.09% from 374); Max value from RGB is 221 - color contains mainly: blue. Hex color #0594DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0594DD is #FA6B22. Grayscale: #717171. Windows color (decimal): -16411427 or 14521349. OLE color: 14521349.

HSL color Cylindrical-coordinate representation of color #0594DD: hue angle of 200.28º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0594DD is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 148 221 -
CMYK 0.98 0.33 0 0.13
HSL 200.28º 0.96% 0.44% -
HSV(B) 200.28º 0.98% 0.87% -
XYZ 23.7 26.43 72.26 -
YUV 113.57 188.62 50.56 -
System Red Green Blue C M Y K H S L
Decimal 5 148 221 0.98 0.33 0 0.13 200.28 0.96 0.44
Hex 5 94 DD 62 21 0 D C8 60 2C
Octal 5 224 335 142 41 0 15 310 140 54
Binary 101 10010100 11011101 1100010 100001 0 1101 11001000 1100000 101100

Color Harmonies of #0594DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0594DD

Black with #0594DD

Text Example


Text Example

White with #0594DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0594DD; }

 p { color: rgb(5,148,221); }

 H1.HeaderClassName
 {
   color: #0594DD;
 }
 .AnyTagClassName
 {
   color: #0594DD;
 }
</style>

background-color css

<style>
 a { background-color: #0594DD; }

 a { background-color: rgb(5,148,221); }

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

border-color css

<style>
 span { border-color: #0594DD; }

 span { border-color: rgb(5,148,221); }

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