Html Css Color HEX #0FA4E5 Pacific Blue

📋 copy color: '#0FA4E5'

red 15 ◦ green 164 ◦ blue 229

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

Shades of Pacific Blue #0FA4E5

Tints of Pacific Blue #0FA4E5

RGB

 RED value IS 15 (6.25% from 255) = 3.68%

 GREEN value IS 164 (64.45% from 255) = 40.2%

 BLUE value IS 229 (89.84% from 255) = 56.13%

R = 3.68%
G = 40.2%
B = 56.13%

CMYK

 C value IS 0.93

 M value IS 0.28

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0FA4E5 (or 0x0FA4E5) is known color: Pacific Blue. HEX triplet: 0F, A4 and E5. RGB value is (15,164,229). Sum of RGB (Red+Green+Blue) = 15+164+229=408 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.68% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 229 (89.84% from 255 or 56.13% from 408); Max value from RGB is 229 - color contains mainly: blue. Hex color #0FA4E5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA4E5 is #F05B1A. Grayscale: #7E7E7E. Windows color (decimal): -15751963 or 15049743. OLE color: 15049743.

HSL color Cylindrical-coordinate representation of color #0FA4E5: hue angle of 198.22º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FA4E5 is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 15 164 229 -
CMYK 0.93 0.28 0 0.10
HSL 198.22º 0.88% 0.48% -
HSV(B) 198.22º 0.93% 0.9% -
XYZ 27.62 32.31 78.91 -
YUV 126.86 185.64 48.21 -
System Red Green Blue C M Y K H S L
Decimal 15 164 229 0.93 0.28 0 0.10 198.22 0.88 0.48
Hex F A4 E5 5D 1C 0 A C6 58 30
Octal 17 244 345 135 34 0 12 306 130 60
Binary 1111 10100100 11100101 1011101 11100 0 1010 11000110 1011000 110000

Color Harmonies of #0FA4E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA4E5

Black with #0FA4E5

Text Example


Text Example

White with #0FA4E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0FA4E5; }

 p { color: rgb(15,164,229); }

 H1.HeaderClassName
 {
   color: #0FA4E5;
 }
 .AnyTagClassName
 {
   color: #0FA4E5;
 }
</style>

background-color css

<style>
 a { background-color: #0FA4E5; }

 a { background-color: rgb(15,164,229); }

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

border-color css

<style>
 span { border-color: #0FA4E5; }

 span { border-color: rgb(15,164,229); }

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