Html Css Color HEX #0F8EDD Pacific Blue

📋 copy color: '#0F8EDD'

red 15 ◦ green 142 ◦ blue 221

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

Shades of Pacific Blue #0F8EDD

Tints of Pacific Blue #0F8EDD

RGB

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

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

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

R = 3.97%
G = 37.57%
B = 58.47%

CMYK

 C value IS 0.93

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0F8EDD (or 0x0F8EDD) is known color: Pacific Blue. HEX triplet: 0F, 8E and DD. RGB value is (15,142,221). Sum of RGB (Red+Green+Blue) = 15+142+221=378 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.97% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #0F8EDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F8EDD is #F07122. Grayscale: #707070. Windows color (decimal): -15757603 or 14519823. OLE color: 14519823.

HSL color Cylindrical-coordinate representation of color #0F8EDD: hue angle of 203.01º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F8EDD is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 15 142 221 -
CMYK 0.93 0.36 0 0.13
HSL 203.01º 0.87% 0.46% -
HSV(B) 203.01º 0.93% 0.87% -
XYZ 22.92 24.67 71.96 -
YUV 113.03 188.92 58.08 -
System Red Green Blue C M Y K H S L
Decimal 15 142 221 0.93 0.36 0 0.13 203.01 0.87 0.46
Hex F 8E DD 5D 24 0 D CB 57 2E
Octal 17 216 335 135 44 0 15 313 127 56
Binary 1111 10001110 11011101 1011101 100100 0 1101 11001011 1010111 101110

Color Harmonies of #0F8EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8EDD

Black with #0F8EDD

Text Example


Text Example

White with #0F8EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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