Html Css Color HEX #0F0FFA Blue

📋 copy color: '#0F0FFA'

red 15 ◦ green 15 ◦ blue 250

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

Shades of Blue #0F0FFA

Tints of Blue #0F0FFA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.36%

 BLUE value IS 250 (98.05% from 255) = 89.29%

R = 5.36%
G = 5.36%
B = 89.29%

CMYK

 C value IS 0.94

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0F0FFA (or 0x0F0FFA) is known color: Blue. HEX triplet: 0F, 0F and FA. RGB value is (15,15,250). Sum of RGB (Red+Green+Blue) = 15+15+250=280 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.36% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 250 (98.05% from 255 or 89.29% from 280); Max value from RGB is 250 - color contains mainly: blue. Hex color #0F0FFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F0FFA is #F0F005. Grayscale: #282828. Windows color (decimal): -15790086 or 16387855. OLE color: 16387855.

HSL color Cylindrical-coordinate representation of color #0F0FFA: hue angle of 240º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F0FFA is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 15 15 250 -
CMYK 0.94 0.94 0 0.02
HSL 240º 0.96% 0.52% -
HSV(B) 240º 0.94% 0.98% -
XYZ 17.62 7.35 90.93 -
YUV 41.79 245.5 108.89 -
System Red Green Blue C M Y K H S L
Decimal 15 15 250 0.94 0.94 0 0.02 240 0.96 0.52
Hex F F FA 5E 5E 0 2 F0 60 34
Octal 17 17 372 136 136 0 2 360 140 64
Binary 1111 1111 11111010 1011110 1011110 0 10 11110000 1100000 110100

Color Harmonies of #0F0FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0FFA

Black with #0F0FFA

Text Example


Text Example

White with #0F0FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,15,250); }

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

background-color css

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

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

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

border-color css

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

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

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