Html Css Color HEX #0F92DF Pacific Blue

📋 copy color: '#0F92DF'

red 15 ◦ green 146 ◦ blue 223

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

Shades of Pacific Blue #0F92DF

Tints of Pacific Blue #0F92DF

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.02%

 BLUE value IS 223 (87.5% from 255) = 58.07%

R = 3.91%
G = 38.02%
B = 58.07%

CMYK

 C value IS 0.93

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0F92DF (or 0x0F92DF) is known color: Pacific Blue. HEX triplet: 0F, 92 and DF. RGB value is (15,146,223). Sum of RGB (Red+Green+Blue) = 15+146+223=384 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.91% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 223 (87.5% from 255 or 58.07% from 384); Max value from RGB is 223 - color contains mainly: blue. Hex color #0F92DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F92DF is #F06D20. Grayscale: #737373. Windows color (decimal): -15756577 or 14651919. OLE color: 14651919.

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

Color convert

RGB 15 146 223 -
CMYK 0.93 0.35 0 0.13
HSL 202.21º 0.87% 0.47% -
HSV(B) 202.21º 0.93% 0.87% -
XYZ 23.8 25.99 73.57 -
YUV 115.61 188.6 56.24 -
System Red Green Blue C M Y K H S L
Decimal 15 146 223 0.93 0.35 0 0.13 202.21 0.87 0.47
Hex F 92 DF 5D 23 0 D CA 57 2F
Octal 17 222 337 135 43 0 15 312 127 57
Binary 1111 10010010 11011111 1011101 100011 0 1101 11001010 1010111 101111

Color Harmonies of #0F92DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F92DF

Black with #0F92DF

Text Example


Text Example

White with #0F92DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,146,223); }

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

background-color css

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

 a { background-color: rgb(15,146,223); }

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

border-color css

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

 span { border-color: rgb(15,146,223); }

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