Html Css Color HEX #0F1CFB Blue

📋 copy color: '#0F1CFB'

red 15 ◦ green 28 ◦ blue 251

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

Shades of Blue #0F1CFB

Tints of Blue #0F1CFB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.52%

 BLUE value IS 251 (98.44% from 255) = 85.37%

R = 5.1%
G = 9.52%
B = 85.37%

CMYK

 C value IS 0.94

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0F1CFB (or 0x0F1CFB) is known color: Blue. HEX triplet: 0F, 1C and FB. RGB value is (15,28,251). Sum of RGB (Red+Green+Blue) = 15+28+251=294 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.10% from 294); Green value is 28 (11.33% from 255 or 9.52% from 294); Blue value is 251 (98.44% from 255 or 85.37% from 294); Max value from RGB is 251 - color contains mainly: blue. Hex color #0F1CFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F1CFB is #F0E304. Grayscale: #303030. Windows color (decimal): -15786757 or 16456719. OLE color: 16456719.

HSL color Cylindrical-coordinate representation of color #0F1CFB: hue angle of 236.69º degrees, saturation: 0.97, 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 #0F1CFB is Cyan = 0.94, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 15 28 251 -
CMYK 0.94 0.89 0 0.02
HSL 236.69º 0.97% 0.52% -
HSV(B) 236.69º 0.94% 0.98% -
XYZ 18.02 7.9 91.84 -
YUV 49.54 241.69 103.37 -
System Red Green Blue C M Y K H S L
Decimal 15 28 251 0.94 0.89 0 0.02 236.69 0.97 0.52
Hex F 1C FB 5E 59 0 2 ED 61 34
Octal 17 34 373 136 131 0 2 355 141 64
Binary 1111 11100 11111011 1011110 1011001 0 10 11101101 1100001 110100

Color Harmonies of #0F1CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1CFB

Black with #0F1CFB

Text Example


Text Example

White with #0F1CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,28,251); }

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

background-color css

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

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

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

border-color css

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

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

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