Html Css Color HEX #0F8FD4 Pacific Blue

📋 copy color: '#0F8FD4'

red 15 ◦ green 143 ◦ blue 212

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

Shades of Pacific Blue #0F8FD4

Tints of Pacific Blue #0F8FD4

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.65%

 BLUE value IS 212 (83.2% from 255) = 57.3%

R = 4.05%
G = 38.65%
B = 57.3%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#0F8FD4 (or 0x0F8FD4) is known color: Pacific Blue. HEX triplet: 0F, 8F and D4. RGB value is (15,143,212). Sum of RGB (Red+Green+Blue) = 15+143+212=370 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.05% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 212 (83.20% from 255 or 57.30% from 370); Max value from RGB is 212 - color contains mainly: blue. Hex color #0F8FD4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F8FD4 is #F0702B. Grayscale: #707070. Windows color (decimal): -15757356 or 13930255. OLE color: 13930255.

HSL color Cylindrical-coordinate representation of color #0F8FD4: hue angle of 201.02º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F8FD4 is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 15 143 212 -
CMYK 0.93 0.33 0 0.17
HSL 201.02º 0.87% 0.45% -
HSV(B) 201.02º 0.93% 0.83% -
XYZ 21.9 24.5 65.86 -
YUV 112.59 184.09 58.39 -
System Red Green Blue C M Y K H S L
Decimal 15 143 212 0.93 0.33 0 0.17 201.02 0.87 0.45
Hex F 8F D4 5D 21 0 11 C9 57 2D
Octal 17 217 324 135 41 0 21 311 127 55
Binary 1111 10001111 11010100 1011101 100001 0 10001 11001001 1010111 101101

Color Harmonies of #0F8FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8FD4

Black with #0F8FD4

Text Example


Text Example

White with #0F8FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,143,212); }

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

background-color css

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

 a { background-color: rgb(15,143,212); }

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

border-color css

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

 span { border-color: rgb(15,143,212); }

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