Html Css Color HEX #0394E0 Pacific Blue

📋 copy color: '#0394E0'

red 3 ◦ green 148 ◦ blue 224

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

Shades of Pacific Blue #0394E0

Tints of Pacific Blue #0394E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 59.73%

R = 0.8%
G = 39.47%
B = 59.73%

CMYK

 C value IS 0.99

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0394E0 (or 0x0394E0) is known color: Pacific Blue. HEX triplet: 03, 94 and E0. RGB value is (3,148,224). Sum of RGB (Red+Green+Blue) = 3+148+224=375 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.8% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 224 (87.89% from 255 or 59.73% from 375); Max value from RGB is 224 - color contains mainly: blue. Hex color #0394E0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0394E0 is #FC6B1F. Grayscale: #707070. Windows color (decimal): -16542496 or 14717955. OLE color: 14717955.

HSL color Cylindrical-coordinate representation of color #0394E0: hue angle of 200.63º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0394E0 is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 3 148 224 -
CMYK 0.99 0.34 0 0.12
HSL 200.63º 0.97% 0.45% -
HSV(B) 200.63º 0.99% 0.88% -
XYZ 24.08 26.58 74.38 -
YUV 113.31 190.46 49.32 -
System Red Green Blue C M Y K H S L
Decimal 3 148 224 0.99 0.34 0 0.12 200.63 0.97 0.45
Hex 3 94 E0 63 22 0 C C9 61 2D
Octal 3 224 340 143 42 0 14 311 141 55
Binary 11 10010100 11100000 1100011 100010 0 1100 11001001 1100001 101101

Color Harmonies of #0394E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0394E0

Black with #0394E0

Text Example


Text Example

White with #0394E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0394E0; }

 p { color: rgb(3,148,224); }

 H1.HeaderClassName
 {
   color: #0394E0;
 }
 .AnyTagClassName
 {
   color: #0394E0;
 }
</style>

background-color css

<style>
 a { background-color: #0394E0; }

 a { background-color: rgb(3,148,224); }

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

border-color css

<style>
 span { border-color: #0394E0; }

 span { border-color: rgb(3,148,224); }

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